Edit Gallery
Back
@php
$data=App\Models\UserDetail::where('user_id',$row->id)->first();
@endphp
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['bagallery.update', $row->id]]) !!}
@csrf
{!! Form::select('vidhansabha',[''=>'--Select Vidhan Sabha Name --']+$vidhansabha,old('vidhansabha',$row->vidhansabha_id),array('class'=>'form-control chosen','required')) !!}
{{ $errors->first('vidhansabha')}}
{{ $errors->first('image_path')}}
{{ $errors->first('event_name')}}