@extends('backend.layouts.app')
@section('title') {{ 'Form Bootstrap Rangepicker | '.env('APP_NAME') }} @endsection
@section('breadcrumbs')
@include('backend.layouts.partials.breadcrumbs',['current' => 'Form Bootstrap Rangepicker'])
@endsection
@push('before-css')
@endpush
@section('content')
Default Daterange Picker
These rangepicker is used for when you want to choose start
date to end date.
Date and Time
These picker is used for when you want to choose start date
to end date with particuler time for both start date and end date.
Limit on Date
In these picker,maximum timespan between deadline dates.
@endsection
@push('js')
@endpush