@extends('admin.layouts.app') @section('page_title', __('Edit Notice')) @section('content')
id) }}" method="post" enctype="multipart/form-data"> @csrf

@lang("Edit Notice")

details)->title) }}" placeholder="@lang("Title")" autocomplete="off">
@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