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

Create Voter List

Back
@csrf
{!! Form::select('vidhansabha',[''=>'--Select Vidhan Sabha Name --']+$vidhansabha,old('vidhansabha'),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') }}
{{ $errors->first('pin_code')}}
{{ $errors->first('other_id') }}
{{ $errors->first('otherid_no') }}
{{ $errors->first('voterlist_image') }}
@endsection @push('footerscript') @endpush