You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.4 KiB
33 lines
1.4 KiB
1 year ago
|
|
||
|
@section('head')
|
||
|
|
||
|
<meta charset="utf-8" />
|
||
|
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||
|
<meta name="robots" content="noindex,nofollow" />
|
||
|
<title>Shades de Mexico - Descargas de Nomina</title>
|
||
|
|
||
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/logos/logo2.png"/>
|
||
|
<link rel="stylesheet" href="{{url('assets/libs/apexcharts/dist/apexcharts.css')}}"/>
|
||
|
|
||
|
<link href="../../assets/libs/fullcalendar/dist/fullcalendar.min.css" rel="stylesheet"/>
|
||
|
<link href="../../assets/extra-libs/calendar/calendar.css" rel="stylesheet" />
|
||
|
|
||
|
<link href="dist/css/style.min.css" rel="stylesheet" />
|
||
|
<link href="plugins/select2/css/select2.min.css" rel="stylesheet" type="text/css"/>
|
||
|
|
||
|
<link href="../../assets/extra-libs/datatables.net-bs4/css/dataTables.bootstrap4.css" rel="stylesheet"/>
|
||
|
<link rel="stylesheet" type="text/css" href="../../assets/extra-libs/datatables.net-bs4/css/responsive.dataTables.min.css" />
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="../../assets/libs/select2/dist/css/select2.min.css" />
|
||
|
<link href="../../dist/css/style.min.css" rel="stylesheet" />
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="../../assets/libs/bootstrap-duallistbox/dist/bootstrap-duallistbox.min.css"/>
|
||
|
|
||
|
<link href="../../c3/c3.css" rel="stylesheet">
|
||
|
|
||
|
@endsection
|