1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00
polr/resources/views/errors/500.blade.php
2015-11-06 21:56:09 -05:00

8 lines
185 B
PHP

@extends('layouts.base')
@section('content')
<h1>500</h1>
<p>Oh dear. Something seems to have gone awry.</p>
<h4>Please contact an administrator to report this issue.</h4>
@endsection