Files
embedd-hub/resources/views/partials/head.blade.php

12 lines
307 B
PHP

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
{{ filled($title ?? null) ? $title.' - '.config('app.name', 'Laravel') : config('app.name', 'Laravel') }}
</title>
@fonts
@vite(['resources/css/app.css', 'resources/js/app.js'])
@fluxAppearance