@extends('layouts.app') @section('title', 'Not Found') @section('content')
{{ $message ?? 'The resource you are looking for could not be found.' }}