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

Create About Candidate

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