CSS fixes, BS5 doesnt have ml/mr,pl/pr. Fix remember me. Style consistencies. Added Error 500 page.
This commit is contained in:
18
resources/views/errors/500.blade.php
Normal file
18
resources/views/errors/500.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
@extends('layouts.auth')
|
||||
|
||||
@section('htmlheader_title')
|
||||
500
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-6 m-auto">
|
||||
<h3>500 - Server Error?</h3>
|
||||
<p>Sorry, something went bad. Try again?</p>
|
||||
<span class="mb-3 btn btn-sm btn-danger" role="alert" style="text-align: left;">
|
||||
{{ $exception->getMessage() }}
|
||||
</span>
|
||||
<p><a href="{{ url('/') }}" class="goback">Home</a></p>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
Reference in New Issue
Block a user