Edit National News

@include('layouts.admin.alerts')
@csrf {{ method_field('PUT') }}

Title *

has('title') ? 'autofocus' : '' }}> {{ $errors->first('title') }}

Date *

has('date') ? 'autofocus' : '' }}> {{ $errors->first('date') }}

Select New Presentation *

{{--

Link

--}}

Description *

{{$errors->first('national_event','News description is required if "Present within main website" is selected')}}
{{ $errors->first('coverImage') }}

Upload Cover Image *: ( Standard image resolution to be used : approx 350x250)



@endsection