@extends('admin.layout.app') @section('title', 'Election Portal - Create Party Schemes') @section('content')

Create Party Schemes

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