@extends('adminlte::page') @section('content')

Edit Notice

{{-- important: enctype is required for file uploads --}}
@csrf

Edit notice


Allowed types: jpeg, png, jpg, webp

{{--
@if ($notice->file_path) notice Image @endif      
--}}
@if ($notice->file_path) Existing Image @endif      

@stop @section('js') @include('admin.notice.scripts.index') @stop