@extends('admin.layout.app') @section('title', 'Election Portal - Edit Voter List') @section('content')

Edit Voter List

Back
@php $data=App\Models\UserDetail::where('user_id',$row->id)->first(); @endphp {!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['avoterlist.update', $row->id]]) !!} @csrf
{!! Form::select('vidhansabha',[''=>'--Select Vidhan Sabha Name --']+$vidhansabha,old('vidhansabha',$row->vidhansabha_id),array('class'=>'form-control chosen')) !!}
{{ $errors->first('vidhansabha')}}
{{ $errors->first('block_name') }}
{{ $errors->first('booth_name') }}
{{ $errors->first('name') }}
{{ $errors->first('father_name') }}
{{ $errors->first('phone_no')}}
{{ $errors->first('email')}}
{{ $errors->first('age') }}
{{ $errors->first('sex') }}
{{ $errors->first('voter_id') }}
{{ $errors->first('Plot_no') }}
{{ $errors->first('colony_name') }}
{{ $errors->first('area_name',$row->area_name) }}
{{ $errors->first('voterlist_image') }}
@endsection @push('footerscript') @endpush