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

Create Requirement

Back
@csrf
{!! Form::select('vidhansabha',[''=>'--Select Vidhan Sabha Name --']+$vidhansabha,old('vidhansabha'),array('class'=>'form-control chosen','required')) !!}
{{ $errors->first('vidhansabha')}}
{!! Form::select('category_name',[''=>'--Select Cotegory --']+$category,old('category_name'),array('class'=>'form-control chosen','required','id'=>'category_id')) !!}
{{ $errors->first('category_name')}}
{!! Form::select('name',[''=>'--Select User --']+$user,old('name'),array('class'=>'form-control chosen','required','id'=>'user_id')) !!}
{{ $errors->first('name')}}
{{ $errors->first('quantity') }}
{{ $errors->first('date')}}
{{ $errors->first('remark') }}
@endsection @push('footerscript') @endpush