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