@if (env('APP_ENV') !== 'testing')
@endif
{{-- hidden spacer to center brand on mobile --}}
Produkter
Om os
Praktisk info
Action
Another action
Something else here
Køreskoler
Bliv kørelærer
@if (Route::has('login')) @auth('web')
Admin
@else
Login
@endauth @endif
@yield('content')
@if (env('APP_ENV') !== 'testing') @endif @yield('footer')