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">
|
2015-09-30 04:25:03 +08:00
|
|
|
<h1>Page Not Found</h1>
|
|
|
|
<p>The page you were looking for could not be found.</p>
|
2015-12-29 01:19:23 +08:00
|
|
|
</div>
|
2015-09-30 04:25:03 +08:00
|
|
|
|
|
|
|
@stop
|