From 503afbbcbc96334904e5c53acd153e32f3877fba Mon Sep 17 00:00:00 2001 From: mtuchi Date: Fri, 15 May 2020 22:14:47 +0300 Subject: [PATCH] feat: update 500 page --- resources/views/errors/500.blade.php | 68 ++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 4 deletions(-) diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index d9e95d9b..5cc0451a 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -1,5 +1,65 @@ -@extends('errors::minimal') +@extends('layout.default', [ +'title' => 'Server error', +]) -@section('title', __('Server Error')) -@section('code', '500') -@section('message', __('Server Error')) +@section('content') + + + +
+ @include('errors.partials.suggestions') + +
+
+

+ If you have a burning question at this point,
just contact us so we can help you out. +

+ +

+ + info@irabu.co.tz +
+ + + (+255)764 556 463 + +
+ + Irabu Company ltd
+ Kilongawima Street
Dar es Salaam + + {{ svg('icons/fas-map-marker-alt') }} + +
+ + Github +
+ Linkedin +
+ Instagram +
+ Twitter +
+

+ +
+
+
+ +@endsection