@csrf
@if(isset($mediaCoverage))
@method('PATCH')
@endif
@if($errors->first('image'))
* {{$errors->first('image')}}
@endif
@if($errors->first('title'))
{{$errors->first('title')}}
@endif
@if($errors->first('source_link'))
{{$errors->first('source_link')}}
@endif