8 lines
145 B
PHP
Executable File
8 lines
145 B
PHP
Executable File
@extends('layout')
|
|
@section('content')
|
|
<div class="notfound">
|
|
<h1>404 - NOT FOUND</h1>
|
|
<img id="notfound-img" src="/404.gif">
|
|
</div>
|
|
@endsection
|