@extends('layouts.admin.master') @section('title')Time Picker {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Time Picker

@endslot @endcomponent
Default:
Align the arrow to top, auto close:
Set options in javascript, instead of data-* :
Set default value, input without addon:
@push('scripts') @endpush @endsection