404.blade.php 125 B

12345
  1. @extends('errors::minimal')
  2. @section('title', __('Not Found'))
  3. @section('code', '404')
  4. @section('message', __('Not Found'))