Edit Post
Back
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['sapost.update', $row->id]]) !!}
@csrf
{{ $errors->first('title') }}
{{ $errors->first('post_image') }}
{{ $errors->first('post_description')}}