@extends('admin.layouts.app') @section('page_title', __('Create Notice')) @section('content')
@csrf

@lang("Create Notice")

@error("title") {{ $message }} @enderror
@error("description") {{ $message }} @enderror
@lang('Image size should be 746 x 498 px') @error("image") {{ $message }} @enderror
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush