@php SeoHelper::setTitle(__('Page not found') . ' - ' . theme_option('site_title')); Theme::fireEventGlobalAssets(); @endphp @extends(Theme::getThemeNamespace('layouts.base')) @section('content')
{{ theme_option('site_title') }}

{{ __('Oops! Page not found') }}

{{ __("Whoops, this is embarrassing. Looks like the page you were looking for wasn't found.") }}

{{ __('Back to Home') }}
@endsection