12 lines
473 B
PHP
12 lines
473 B
PHP
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>@yield('title', ''){{ config('app.settings.app_title') }}</title>
|
|
|
|
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
|
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
|
@endif
|
|
<link rel="icon" type="image/png" href="{{ asset('images/logo.webp') }}">
|
|
@fluxAppearance
|