Files
UNIT3D-Community-Edition/resources/views/errors/404.blade.php
2018-04-23 20:44:01 -04:00

18 lines
435 B
PHP

@extends('errors.layout')
@section('title')
Error 404: Page Not Found
@stop
@section('container')
<h1 class="mt-5 text-center">
<i class="fa fa-question-circle text-warning"></i> Error 404: Page Not Found
</h1>
<div class="separator"></div>
<p class="text-center">
The Requested Page Cannot Be Found! <br>Not Sure What Your Looking For But Check The
Address And Try Again!
</p>
@stop