Create News

@include('layouts.admin.alerts')
@csrf

Title *

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

Date *

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

Select New Presentation *

{{--

Link *

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

Description *

{{ $errors->first('national_news') }}
--}}

Description *

{{$errors->first('national_news','News external link is required if "Present as External-Link" is selected')}}
{{ $errors->first('coverImage') }}

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

Clear Image
@endsection