19 lines
1.2 KiB
PHP
19 lines
1.2 KiB
PHP
@php($title = $title ?? 'Home')
|
|
<title>{{ $title }}</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="description" content="Mantis Bootstrap 5 Admin Template">
|
|
<link rel="icon" type="image/png" href="{{ asset('assets/images/njk-logo.png') }}">
|
|
<link rel="shortcut icon" href="{{ asset('assets/images/njk-logo.png') }}">
|
|
<link rel="apple-touch-icon" href="{{ asset('assets/images/njk-logo.png') }}">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&display=swap"
|
|
id="main-font-link">
|
|
<link rel="stylesheet" href="{{ asset('admin/assets/fonts/tabler-icons.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('admin/assets/fonts/feather.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('admin/assets/fonts/fontawesome.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('admin/assets/fonts/material.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('admin/assets/css/style.css') }}" id="main-style-link">
|
|
<link rel="stylesheet" href="{{ asset('admin/assets/css/style-preset.css') }}">
|