@extends('panel.layout.app', ['disable_tblr' => true]) @section('content')
@if (isset($setting->logo_dashboard)) logo_dashboard_2x_path)) srcset="/{{ $setting->logo_dashboard_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > logo_dashboard_dark_2x_path)) srcset="/{{ $setting->logo_dashboard_dark_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > @else logo_2x_path)) srcset="/{{ $setting->logo_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > logo_dark_2x_path)) srcset="/{{ $setting->logo_dark_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > @endif

@yield('error_code', '404')

@yield('error_title', __('Looks like you’re lost.'))

@yield('error_subtitle', __('We can’t seem to find the page you’re looking for.'))

{{ __('Take me back to the homepage') }}
@endsection