@extends('errors.layout') @section('title', __('Error 404 - Page not found') ) @section('error-title', __('Oops! Page not found')) @section('code', '404') @section('message') {{ __('Sorry, but the page you are looking for does not exist or has been moved.') }} {{ __('Please verify the URL or return to the home page.') }} @endsection