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

Create Gallery

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