@if (!empty($fontUrl))
@endif
@if (!empty($showNav))
QR Wish
@auth
Dashboard
Templates
@role('admin')
Admin
@endrole
Hi {{ auth()->user()->name }}
@csrf
Log out
@else
Log in
Sign up
@endauth
@endif @if (!empty($videoUrl))
@endif @if (!empty($audioTracks))
Play music
@endif
@yield('content')
@if (!empty($audioTracks)) @endif @stack('scripts')