48 lines
3.1 KiB
PHP
48 lines
3.1 KiB
PHP
<!-- DataTables -->
|
|
<link href="{{asset('plugins/datatables/dataTables.bootstrap4.min.css')}}" rel="stylesheet" type="text/css" />
|
|
<link href="{{asset('plugins/datatables/buttons.bootstrap4.min.css')}}" rel="stylesheet" type="text/css" />
|
|
<!-- Responsive datatable examples -->
|
|
<link href="{{asset('plugins/datatables/responsive.bootstrap4.min.css')}}" rel="stylesheet" type="text/css" />
|
|
<!-- Multi Item Selection examples -->
|
|
<link href="{{asset('plugins/datatables/select.bootstrap4.min.css')}}" rel="stylesheet" type="text/css" />
|
|
<!-- Sweet Alert css -->
|
|
<link href="{{asset('plugins/sweet-alert/sweetalert2.min.css')}}" rel="stylesheet" type="text/css" />
|
|
|
|
<!-- Plugins css -->
|
|
<link href="{{asset('plugins/bootstrap-timepicker/bootstrap-timepicker.min.css')}}" rel="stylesheet">
|
|
<link href="{{asset('plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css')}}" rel="stylesheet">
|
|
<link href="{{asset('plugins/bootstrap-datepicker/css/bootstrap-datepicker.min.css')}}" rel="stylesheet">
|
|
<link href="{{asset('plugins/clockpicker/css/bootstrap-clockpicker.min.css')}}" rel="stylesheet">
|
|
<link href="{{asset('plugins/bootstrap-daterangepicker/daterangepicker.css')}}" rel="stylesheet">
|
|
|
|
<link href="{{asset('plugins/bootstrap-tagsinput/css/bootstrap-tagsinput.css')}}" rel="stylesheet" />
|
|
<link href="{{asset('plugins/bootstrap-select/css/bootstrap-select.min.css')}}" rel="stylesheet" />
|
|
<link href="{{asset('plugins/select2/css/select2.min.css')}}" rel="stylesheet" type="text/css" />
|
|
<link href="{{asset('plugins/footable/css/footable.core.css')}}" rel="stylesheet" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="{{asset('plugins/switchery/switchery.min.css')}}">
|
|
|
|
<!-- Toastr css -->
|
|
<link href="{{asset('plugins/jquery-toastr/jquery.toast.min.css')}}" rel="stylesheet" />
|
|
|
|
<!-- App css -->
|
|
<link href="{{asset('high/css/bootstrap.min.css')}}" rel="stylesheet" type="text/css" />
|
|
<link href="{{asset('high/css/icons.css')}}" rel="stylesheet" type="text/css" />
|
|
<link href="{{asset('high/css/style.css')}}" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
<!-- JQWidgets -->
|
|
<link rel="stylesheet" href="{{asset('plugins/jqwidgets/styles/jqx.base.css')}}" type="text/css" />
|
|
<link rel="stylesheet" href="{{asset('plugins/jqwidgets/styles/jqx.orange.css')}}" type="text/css" />
|
|
<link rel="stylesheet" href="{{asset('plugins/jqwidgets/styles/jqx.classic.css')}}" type="text/css" />
|
|
<link rel="stylesheet" href="{{asset('plugins/jqwidgets/styles/jqx.metro.css')}}" type="text/css" />
|
|
<link rel="stylesheet" href="{{asset('plugins/jqwidgets/styles/jqx.fresh.css')}}" type="text/css" />
|
|
<link rel="stylesheet" href="{{asset('plugins/jqwidgets/styles/jqx.energyblue.css')}}" type="text/css" />
|
|
<link rel="stylesheet" href="{{asset('plugins/jqwidgets/styles/jqx.darkblue.css')}}" type="text/css" />
|
|
|
|
<!-- FullCalendar -->
|
|
<link href="{{asset('plugins/fullcalendar/packages/core/main.css')}}" rel='stylesheet' />
|
|
<link href="{{asset('plugins/fullcalendar/packages/daygrid/main.css')}}" rel='stylesheet' />
|
|
<link href="{{asset('plugins/fullcalendar/packages/timegrid/main.css')}}" rel='stylesheet' />
|
|
<link href="{{asset('plugins/fullcalendar/packages/list/main.css')}}" rel='stylesheet' />
|