Initial commit
This commit is contained in:
13
views/404.blade.php
Normal file
13
views/404.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
@extends('layout.master')
|
||||
|
||||
@section('title')
|
||||
404 Not Found -
|
||||
@endsection
|
||||
|
||||
@section('header')
|
||||
@parent
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<h1>404 Not Found</h1>
|
||||
@endsection
|
Reference in New Issue
Block a user