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

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

{{-- --}}
@if ($errors->has('linkedin')) {{ $errors->first('linkedin') }} @endif