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

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

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

*
@if ($errors->has('content1')) {{ $errors->first('content1') }} @endif
*
@if ($errors->has('content2')) {{ $errors->first('content2') }} @endif