@extends('core::public.master') @section('title', 'Error 404 – ' . $websiteTitle) @section('bodyClass', 'error-404') @section('content')

@lang('Sorry, this page was not found') .

{!! trans('Go to our homepage?', ['a_open' => '', 'a_close' => '']) !!}

@endsection