@extends('superadmin.layout.app') @section('title', 'Election Portal - Edit Booth Agent') @section('content')

Edit Admin

Back
@php $data=App\Models\UserDetail::where('user_id',$row->id)->first(); @endphp {!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['saboothagent.update', $row->id]]) !!} @csrf
{!! Form::select('vidhansabha_title',[''=>'--Select Vidhan Sabha Name --']+$vidhansabha,old('vidhansabha_title',$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') }}
@endsection @push('footerscript') @endpush