Skip to content

Commit

Permalink
Create 500.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed May 10, 2021
1 parent 7b48c3d commit caed153
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/views/errors/500.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@extends('layout.auth')
@section('title', 'Server Error')

@section('content')
<p class="fs-1">500</p>
<p>Oops! Something went wrong.</p>
<p>We have gotten a notification about this.</p>
<a href="{{ route('home') }}" class="btn btn-success"><i class="fas fa-home"></i> Home</a>
@endsection

0 comments on commit caed153

Please sign in to comment.