2015-12-28 18:19:23 +01:00
|
|
|
@extends('base')
|
2015-09-29 22:25:03 +02:00
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
|
2015-12-28 18:19:23 +01:00
|
|
|
<div class="container">
|
2016-01-01 10:03:40 +01:00
|
|
|
<h1 class="text-muted">Page Not Found</h1>
|
|
|
|
<p>Sorry, The page you were looking for could not be found.</p>
|
|
|
|
<a href="/" class="button">Return To Home</a>
|
2015-12-28 18:19:23 +01:00
|
|
|
</div>
|
2015-09-29 22:25:03 +02:00
|
|
|
|
|
|
|
@stop
|