Gallery
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['gallery.update', $row->id]]) !!}
@csrf
{{--
--}}
{{ $errors->first('event_name')}}
{{ $errors->first('video_link')}}
{{ $errors->first('image_path')}}