@extends('boothagent.layout.app') @section('title', 'Election Portal - Create Event') @section('content')

Create Event

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