@if($islabel) {!! Form::label($start_time, $label, ['class' => 'control-label']) !!} @endif
{!! Form::selectYear($start_time, $data, $data2, $value, array_merge(['class' => 'form-control', 'placeholder' => 'Pilih Awal '.$label, 'id'=>$start_time], $attributes)) !!}
S/D
{!! Form::selectYear($end_time, $data, $data2, $value2, array_merge(['class' => 'form-control', 'placeholder' => 'Pilih Akhir '.$label, 'id'=>$end_time], $attributes)) !!}
@if($errors->has($start_time)) @foreach ($errors->get($start_time) as $message)

{{ ucfirst($message) }}

@endforeach @endif