@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' => route('public.index'), 'mail' => 'mailto:' . theme_option('email')])) !!}

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