Edit News

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

Title *

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

Date *

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

Link

Description *

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

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



@endsection