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.
15 lines
816 B
15 lines
816 B
<!-- Custom fonts for this template--> |
|
<link href="{{ asset('assets/vendor/fontawesome-free/css/all.min.css') }}" rel="stylesheet" type="text/css"> |
|
<link rel="stylesheet" |
|
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"> |
|
{{-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> --}} |
|
|
|
<!-- Custom styles for this template--> |
|
<link href="{{ asset('assets/css/sb-admin-2.min.css') }}" rel="stylesheet"> |
|
|
|
<!-- Custom styles for this page --> |
|
<link href="{{ asset('assets/vendor/datatables/dataTables.bootstrap4.min.css') }}" rel="stylesheet"> |
|
|
|
<!-- tabah sendiri --> |
|
<!-- untuk pengaturan datatables --> |
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.11.4/css/jquery.dataTables.min.css">
|
|
|