@extends('packages/theme::errors.master') @section('title', __('404 Page Not Found')) @section('content')
404

{{ __('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()])) !!}

{{ __('Take me home') }}
@endsection