@extends('errors.minimal') @section('title', __('Page not found')) @section('code', '404') @section('message', $message ?? __('Page not found'))