@php SeoHelper::setTitle(__('404 - Not found')); Theme::fireEventGlobalAssets(); @endphp {!! Theme::partial('header') !!}

{{ theme_option('site_title') }}

{{ __('Page Not Found') }}

{!! BaseHelper::clean(__('The link you clicked may be broken or the page may have been removed.
visit the Homepage or Contact us about the problem.', ['link' => BaseHelper::getHomepageUrl(), 'mail' => 'mailto:' . theme_option('email')])) !!}

@if (is_plugin_active('ecommerce'))
{{ __('Back To Home Page') }}
@endif
{!! Theme::partial('footer') !!}