su-secret-santa/resources/views/components/layouts/app.blade.php

30 lines
632 B
PHP
Executable File

@livewireStyles
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Secret Sketchers</title>
<link rel="icon" href="/favicon.png" sizes="any">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<flux:main>
<!--
######
#### ### ####
## ## ## ##
## ## ## ##
## ## ### ##
## ## ## ##
## ## ## ##
#### ##########
###### ##
### ###
########
-->
{{ $slot }}
</flux:main>
@livewireScripts