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

12 lines
222 B
PHP
Raw Normal View History

2015-08-31 17:26:09 +02:00
@extends('shared._app_layout')
@section('app_content')
<h1>400 - Server Error</h1>
<p>There was an error in the server.</p>
@endsection
@section('app_scripts')
<script>
window.pfm.error = 500;
</script>
@endsection