@extends('layouts.main') @section('title', 'Form Picker') @section('content') @push('head') @endpush

{{ __('Default Date-Picker')}}

{{ __('Date')}}

{{ __('Add type')}}<input type="date">

{{ __('Month')}}

{{ __('Add type')}}<input type="month">

{{ __('Week')}}

{{ __('Add type')}}<input type="week">

{{ __('Date-time-local')}}

{{ __('Add type')}}<input type="datetime-local">

{{ __('Time')}}

{{ __('Add type')}}<input type="time">

{{ __('Date-Dropper')}}

{{ __('Default')}}

{{ __('Add')}} id="#dropper-default"

With Animation')}}

{{ __('Add')}} id="#dropper-animation"

{{ __('Date format')}}

{{ __('Add')}} id="#dropper-format"

{{ __('Language Support')}}

{{ __('Add')}} id="#dropper-lang"

{{ __('Lock Support')}}

{{ __('Add')}} id="#dropper-lock"

{{ __('Max Year')}}

{{ __('Add')}} id="#dropper-max-year"

Min Year')}}

{{ __('Add')}} id="#dropper-min-year"

Year-range')}}

{{ __('Add')}} id="#year-range"

Custom Width')}}

{{ __('Add')}} id="#dropper-width"

{{ __('Inline Datetimepicker')}}

{{ __('Dropdown Datepicker')}}

{{ __('Dropdown Timepicker')}}

{{ __('Mini Color')}}

{{ __('Control-Types')}}

{{ __('Hue (default)')}}

{{ __('Saturation')}}

{{ __('Brightness')}}

{{ __('Wheel')}}

{{ __('Input Modes')}}

{{ __('Text field ')}}

{{ __('Hidden Input')}}

{{ __('Brightness')}}

{{ __('Positions')}}

{{ __('bottom left (default)')}}

{{ __('top left')}}

{{ __('bottom right')}}

{{ __('top right')}}

{{ __('RGB(A)')}}

{{ __('RGB')}}

{{ __('RGBA')}}

{{ __('More')}}

{{ __('Opacity')}}

{{ __('Keywords')}}

{{ __('Default Value')}}

{{ __('Letter Case')}}

{{ __('Swatches')}}

{{ __('Swatches and opacity')}}

@push('script') @endpush @endsection