@if($islabel) {!! Form::label($start_time, $label, ['class' => 'control-label']) !!} @endif
{!! Form::text($start_time, $value, array_merge(['class' => 'form-control time-picker','id'=>'time_start-'.$start_time], $attributes)) !!}
S/D
{!! Form::text($end_time, $value2, array_merge(['class' => 'form-control time-picker','id'=>'time_end-'.$end_time], $attributes)) !!}
@if($errors->has($start_time)) @foreach ($errors->get($start_time) as $message)

{{ ucfirst($message) }}

@endforeach @endif
@push('styles') @endpush @push('scripts') @endpush