@php SeoHelper::setTitle(__('404 - Not found')); Theme::fireEventGlobalAssets(); @endphp @extends(Theme::getThemeNamespace('layouts.base')) @section('content') {!! Theme::partial('headers.default') !!}
{{ theme_option('site_title') }}

{{ __('404. Page not found') }}

{!! __('Sorry, we couldn’t find the page you where looking for. We suggest that
you return to homepage.') !!}

{{ __('Back To Home') }}
{!! Theme::partial('footer') !!} @stop