404 · {{ __('marketing.not_found.title') }}
{{ __('marketing.not_found.subtitle') }}
@if(request()->path()){{ __('marketing.not_found.requested_path_label') }}: {{ request()->getRequestUri() }}
@endif{{ __('marketing.not_found.description') }}
{{ __('marketing.not_found.tip_heading') }}
-
@foreach($tips as $index => $tip)
- {{ $index + 1 }} {{ $tip }} @endforeach