@csrf
@if(isset($edit))
@endif
The image uploaded will be rendered inside the box below.
@if($errors->first('name'))
** {{$errors->first('name')}}
@endif
@if($errors->first('email_address'))
** {{$errors->first('email_address')}}
@endif
@if($errors->first('phone_number'))
** {{$errors->first('phone_number')}}
@endif
@if($errors->first('address'))
** {{$errors->first('address')}}
@endif
@if($errors->first('address'))
** {{$errors->first('address')}}
@endif
@if($errors->first('post'))
** {{$errors->first('post')}}
@endif
@if($errors->first('twitter_url'))
** {{$errors->first('twitter_url')}}
@endif
@if($errors->first('linkedin_url'))
** {{$errors->first('linkedin_url')}}
@endif