@csrf
Announcement Title * | @if ($errors->has('title')) {{ $errors->first('title') }} @endif |
---|---|
Announcement Description * | @if ($errors->has('description')) {{ $errors->first('description') }} @endif |
Start Date | @if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif |
End Date | @if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif |
Do you want to add url ? |
url) && !empty($announcement->url))) ? 'checked' : ''}} value="1">
|
Status | @if ($errors->has('status')) {{ $errors->first('status') }} @endif |