freescout/freescout-dist/resources/views/errors/404.blade.php

8 lines
275 B
PHP
Raw Permalink Normal View History

2023-12-22 19:40:32 +00:00
@extends('errors::layout')
@section('title', 'Page Not Found')
@section('message')
{{ __('Sorry, the page you are looking for could not be found.') }}
<br/><br/><small>{{ __('Go to') }} <a href="{{ \Helper::urlHome() }}">{{ __('Homepage') }}</a></small>
@endsection