{{($notification) ? "Edit General Announcement" : "Add General Announcement"}}

@csrf @if($notification) @method('PATCH') @endif
{!! $errors->has('type') ? '' : '' !!}
{!! $errors->has('title') ? '' : '' !!}
{!! $errors->has('status') ? '' : '' !!}
@if (!empty($notification->image)) @php $image = getStorageUrlLink($notification->image);@endphp @if (!empty($image))
@endif @endif
{!! $errors->has('start_date') ? '' : '' !!}
{!! $errors->has('end_date') ? '' : '' !!}
{!! $errors->has('description') ? '' : '' !!}
filter_type == 0) ? 'checked' : '' }}>
filter_type == 1) ? 'checked' : '' }}>
@push('scripts') @endpush