Create News

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

Title *

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

Date *

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

Link *

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

Description *

{{ $errors->first('news') }}
{{ $errors->first('coverImage') }}

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

Clear Image
@endsection