Pony.fm/resources/views/errors/404.blade.php

13 lines
249 B
PHP
Raw Normal View History

2015-08-31 17:26:09 +02:00
@extends('shared._app_layout')
@section('app_content')
2015-10-25 03:35:37 +01:00
<h1>404 - Not Found</h1>
<p>We could not find what you were looking for.</p>
2015-08-31 17:26:09 +02:00
@endsection
@section('app_scripts')
2015-10-25 03:35:37 +01:00
<script>
window.pfm.error = 404;
</script>
@endsection