@include('eventcalander.year-selection')
{{ Form::label('event_title', getphrase('title')) }} * {{ Form::text('event_title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Event Title')) }}
{{ Form::label('event_date', getphrase('event_date')) }} *
{{ Form::text('event_date', $value = date('Y/m/d') , $attributes = array('class'=>'form-control', 'placeholder' => '2015/7/17', 'id'=>'dp')) }}
{{ Form::label('status', getphrase('status')) }} * {{Form::select('status', $status, null, ['class'=>'form-control'])}}
{{ Form::label('event_description', getphrase('description')) }} {{ Form::textarea('event_description', $value = null, $attributes = array('class'=>'form-control', 'placeholder' => 'Event Description', 'rows'=>'5')) }}