@php SeoHelper::setTitle($title = __('404 - Not found')); Theme::set('pageTitle', $title); Theme::fireEventGlobalAssets(); @endphp @extends(Theme::getThemeNamespace('layouts.base')) @section('content')
{{ Theme::getSiteTitle() }}

{{ __('OOPS! Something went wrong!') }}

{{ __('Locks like this page doesn’t exits. Go back to Home and continue exploring.') }}

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