@php
SeoHelper::setTitle(__('404 - Not found'));
Theme::fire('beforeRenderTheme', app(\Botble\Theme\Contracts\Theme::class));
@endphp
{!! Theme::partial('header') !!}
{{ __('This may have occurred because of several reasons') }}:
- {{ __('The page you requested does not exist.') }}
- {{ __('The link you clicked is no longer.') }}
- {{ __('The page may have moved to a new location.') }}
- {{ __('An error may have occurred.') }}
- {{ __('You are not authorized to view the requested resource.') }}
{!! BaseHelper::clean(__('Please try again in a few minutes, or alternatively return to the homepage by clicking here.', ['link' => route('public.single')])) !!}
{!! Theme::partial('footer') !!}