404.blade.php 143 B

12345
  1. @extends('errors::layout')
  2. @section('title', 'Page Not Found')
  3. @section('message', 'Sorry, the page you are looking for could not be found.')