@extends('layouts.master') @section('title', 'Modernize Bootstrap Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'Datepicker', 'subtitle' => 'Home'])

Default Datepicker

just add class .mydatepicker to create it.

Autoclose Datepicker

just add class .complex-colorpicker to create it.

Default Datepicker click on icon

just add class .date to create it.

Date Range picker

just add id #date-range to create it.

TO

Datepicker Inline

You also can set the datepicker to be inline and flat.

@endsection @section('scripts') @endsection