@extends('packages/theme::errors.master') @section('title', __('404 Page Not Found')) @section('content')
{{ __('Page could not be found') }}
{{ __('The page you are looking for could not be found.') }}
{!! BaseHelper::clean(__('Please try again in a few minutes, or alternatively return to the homepage by clicking here.', ['link' => BaseHelper::getHomepageUrl()])) !!}