@php SeoHelper::setTitle(__('404 - Not found')); Theme::fireEventGlobalAssets(); @endphp @extends(Theme::getThemeNamespace('layouts.base')) @section('content')
@if($image = theme_option('404_image')) {{ RvMedia::image($image, Theme::getSiteTitle()) }} @endif
{!! BaseHelper::clean("We Can't Find What
You're Looking For")!!}

{!! BaseHelper::clean('We apologize, but the page you requested seems to be missing. It may
have been moved, deleted, or there might be a typo in the URL.') !!}

{{ __('Go Back Homepage') }}
@endsection