@php PageTitle::setTitle(__('404 Page Not Found')); @endphp @extends('core/base::errors.master') @section('content')
404

{{ __('Page could not be found') }}

{{ __('The page you are looking for could not be found.') }}

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