Corrected error code

This commit is contained in:
Josef Citrine 2016-07-18 02:20:10 +01:00
parent 6c2039159f
commit 63562f9338

View file

@ -19,7 +19,7 @@
@extends('shared._app_layout')
@section('app_content')
<h1>400 - Server Error</h1>
<h1>500 - Server Error</h1>
<p>There was an error in the server.</p>
@endsection