14 lines
175 B
PHP
14 lines
175 B
PHP
|
@extends('layout.master')
|
||
|
|
||
|
@section('title')
|
||
|
404 Not Found -
|
||
|
@endsection
|
||
|
|
||
|
@section('header')
|
||
|
@parent
|
||
|
@endsection
|
||
|
|
||
|
@section('content')
|
||
|
<h1>404 Not Found</h1>
|
||
|
@endsection
|