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

Create New Notice

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

Add Notice


Allowed types: jpeg, png, jpg, webp

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