@extends('adminlte::page') @section('content') Create New Notice Home CMS Settings Create Notice {{-- important: enctype is required for file uploads --}} @csrf Add Notice Title Description Notice Image Allowed types: jpeg, png, jpg, webp Link Start Date & Time End Date & Time Visibility Public Private Status Active Inactive @stop @section('js') @include('admin.notice.scripts.index') @stop