@csrf
@if(isset($edit))
@method('PATCH')
@endif
@if($errors->first('image'))
* {{$errors->first('image')}}
@endif
@if($errors->first('name'))
** {{$errors->first('name')}}
@endif
@if($errors->first('post'))
** {{$errors->first('post')}}
@endif
@if($errors->first('message'))
*{{$errors->first('message')}}
@endif