Pony.fm/resources/views/errors/404.blade.php
Kelvin Zhang d2c4dd1bfb Add views
2015-08-31 16:26:09 +01:00

12 lines
No EOL
230 B
PHP

@extends('shared._app_layout')
@section('app_content')
<h1>404 - Not Found</h1>
<p>We could not find what you were looking for.</p>
@endsection
@section('app_scripts')
<script>
window.pfm.error = 404;
</script>
@endsection