custom error pages

This commit is contained in:
2018-07-09 07:31:39 +02:00
parent 0164682258
commit aaf2a97627
6 changed files with 86 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@extends('errors::layout')
@section('title', 'Service Unavailable')
@section('message', 'Service unavailable')