@extends('adminlte::page') @section('content') Edit Notice Home CMS Settings Edit Notice {{-- important: enctype is required for file uploads --}} @csrf Edit notice Title Description {{ old('description', $notice->description) }} notice Image Allowed types: jpeg, png, jpg, webp {{-- @if ($notice->file_path) @endif --}} @if ($notice->file_path) @endif Link Start Date & Time End Date & Time Visibility visibility) == 'public' ? 'selected' : '' }}>Public visibility) == 'private' ? 'selected' : '' }}>Private Status status) == '1' ? 'selected' : '' }}>Active status) == '0' ? 'selected' : '' }}>Inactive @stop @section('js') @include('admin.notice.scripts.index') @stop