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

Create Booth Agent

Back
@csrf
{!! Form::select('vidhansabha_title',[''=>'--Select Vidhan Sabha Name --']+$vidhansabha,old('vidhansabha_title'),array('class'=>'form-control chosen','required')) !!}
{{ $errors->first('vidhansabha')}}
{{ $errors->first('booth_name') }}
{{ $errors->first('name') }}
{{ $errors->first('email')}}
{{ $errors->first('password') }}
{{ $errors->first('mobile_number')}}
{{ $errors->first('address') }}
@endsection @push('footerscript') @endpush