2015-12-29 01:19:23 +08:00
|
|
|
@extends('base')
|
2015-09-30 04:25:03 +08:00
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
|
2015-12-29 01:19:23 +08:00
|
|
|
<div class="container">
|
2016-03-06 02:09:21 +08:00
|
|
|
<h1 class="text-muted">{{ $message or 'Page Not Found' }}</h1>
|
2016-01-01 17:03:40 +08:00
|
|
|
<p>Sorry, The page you were looking for could not be found.</p>
|
2016-08-14 19:29:35 +08:00
|
|
|
<a href="{{ baseUrl('/') }}" class="button">Return To Home</a>
|
2015-12-29 01:19:23 +08:00
|
|
|
</div>
|
2015-09-30 04:25:03 +08:00
|
|
|
|
|
|
|
@stop
|