@extends('core::public.master')
@section('title', 'Error 404 – ' . $websiteTitle)
@section('bodyClass', 'error-404')
@section('content')
@lang('Error')
404
@lang('Sorry, this page was not found') .
{!! trans('Go to our homepage?', ['a_open' => '', 'a_close' => '']) !!}