@extends('layouts.error') @section('title', 'Not found — '.config('app.name')) @section('code', '404') @section('heading', 'Page not found') @section('message', 'The page you requested does not exist or has been moved.')