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

Create News

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