@if($islabel) {!! Form::label($name, $label, ['class' => 'control-label']) !!} @endif
{!! Form::text($name, '', array_merge(['class' => 'form-control datetimepicker-input', 'id'=>'timepicker-' . $name, 'placeholder'=>($islabel) ? "..." :$label, 'data-toggle'=>'datetimepicker', 'data-target'=>'#timepicker-' . $name, 'autocomplete' =>'off'], $attributes)) !!}
@if($errors->has($name)) @foreach ($errors->get($name) as $message)

{{ ucfirst($message) }}

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