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

Create About Vidhan Sabha

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