@csrf
@if(isset($edit))
@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