@extends('layout.master') @push('plugin-styles') {!! Html::style('/assets/plugins/select2/select2.min.css') !!} {!! Html::style('/assets/plugins/jquery-tags-input/jquery.tagsinput.min.css') !!} {!! Html::style('/assets/plugins/dropzone/dropzone.min.css') !!} {!! Html::style('/assets/plugins/dropify/css/dropify.min.css') !!} {!! Html::style('/assets/plugins/bootstrap-colorpicker/bootstrap-colorpicker.min.css') !!} {!! Html::style('/assets/plugins/bootstrap-datepicker/bootstrap-datepicker.min.css') !!} {!! Html::style('/assets/plugins/font-awesome/css/font-awesome.min.css') !!} {!! Html::style('/assets/plugins/tempusdominus-bootstrap-4/tempusdominus-bootstrap-4.min.css') !!} @endpush @section('content')

Form Validation

Read the Official jQuery Validation Documentation for a full list of instructions and other options.

Bootstrap MaxLength

Read the Official Bootstrap MaxLength Documentation for a full list of instructions and other options.

Input Mask

Read the Official Inputmask Documentation for a full list of instructions and other options.

Select 2

Read the Official Select2 Documentation for a full list of instructions and other options.

Typeahead

Read the Official Typeahead.js Documentation for a full list of instructions and other options.

Tags input

Read the Official jQuery-tags-input Documentation for a full list of instructions and other options.

Type something to add a new tag

Bootstrap color picker

Read the Official Bootstrap-colorpicker Documentation for a full list of instructions and other options.

Date picker

Read the Official Bootstrap-datepicker Documentation for a full list of instructions and other options.

Time picker

Read the Official Tempus Dominus Documentation for a full list of instructions and other options.

Dropzone

Read the Official Dropzone.js Documentation for a full list of instructions and other options.

Dropify

Read the Official Dropify Documentation for a full list of instructions and other options.

@endsection @push('plugin-scripts') {!! Html::script('/assets/plugins/jquery-validation/jquery.validate.min.js') !!} {!! Html::script('/assets/plugins/bootstrap-maxlength/bootstrap-maxlength.min.js') !!} {!! Html::script('/assets/plugins/inputmask/jquery.inputmask.bundle.min.js') !!} {!! Html::script('/assets/plugins/select2/select2.min.js') !!} {!! Html::script('/assets/plugins/typeahead-js/typeahead.bundle.min.js') !!} {!! Html::script('/assets/plugins/jquery-tags-input/jquery.tagsinput.min.js') !!} {!! Html::script('/assets/plugins/dropzone/dropzone.min.js') !!} {!! Html::script('/assets/plugins/dropify/js/dropify.min.js') !!} {!! Html::script('/assets/plugins/bootstrap-colorpicker/bootstrap-colorpicker.min.js') !!} {!! Html::script('/assets/plugins/bootstrap-datepicker/bootstrap-datepicker.min.js') !!} {!! Html::script('/assets/plugins/moment/moment.min.js') !!} {!! Html::script('/assets/plugins/tempusdominus-bootstrap-4/tempusdominus-bootstrap-4.js') !!} @endpush @push('custom-scripts') {!! Html::script('/assets/js/form-validation.js') !!} {!! Html::script('/assets/js/bootstrap-maxlength.js') !!} {!! Html::script('/assets/js/inputmask.js') !!} {!! Html::script('/assets/js/select2.js') !!} {!! Html::script('/assets/js/typeahead.js') !!} {!! Html::script('/assets/js/tags-input.js') !!} {!! Html::script('/assets/js/dropzone.js') !!} {!! Html::script('/assets/js/dropify.js') !!} {!! Html::script('/assets/js/bootstrap-colorpicker.js') !!} {!! Html::script('/assets/js/datepicker.js') !!} {!! Html::script('/assets/js/timepicker.js') !!} @endpush