Edit Gallery
Back
@php
$data=App\Models\UserDetail::where('user_id',$row->id)->first();
@endphp
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['agallery.update', $row->id]]) !!}
@csrf
{{ $errors->first('event_name')}}
{{ $errors->first('video_link')}}
{{ $errors->first('image_path')}}