resources/views/errors/404.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('errors.template')

@section('title', 'Not Found')
@section('details', $exception->getMessage())