@csrf
*
Upload
@if ($errors->has('image')) {{ $errors->first('image') }} @endif

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('profession')) {{ $errors->first('profession') }} @endif
*
@if ($errors->has('content')) {{ $errors->first('content') }} @endif