GrafiteInc/Scaffold

View on GitHub
resources/views/errors/404.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('errors.branded-layout')

@section('code', '404')
@section('title', __('Page Not Found'))

@section('message', __('Sorry, the page you are looking for could not be found.'))