8 lines
157 B
PHP
8 lines
157 B
PHP
@extends('profilelayout')
|
|
@section('novidcontent')
|
|
<div class="notfound">
|
|
<h1>404 - NOT FOUND</h1>
|
|
<img id="notfound-img" src="/404.gif">
|
|
</div>
|
|
@endsection
|