@if (Route::has('login'))
@auth Dashboard @else Inloggen @endauth
@endif
@php //cache the logo setting to reduce calling the database $loginLogo = Cache::rememberForever('loginLogo', function () { return \App\Models\Setting::where('key', 'loginLogo')->value('value'); }); @endphp @if (storage_exists($loginLogo)) {{ config('app.name') }} @else

{{ config('app.name') }}

@endif