File: /var/www/javago-portal-updates/resources/views/errors/500.blade.php
{{-- @extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error')) --}}
<!DOCTYPE html>
<html lang="en">
<head>
<x-app-head></x-app-head>
<style>
.layout-top-spacing {
min-height: calc(100vh - 150px) !important;
}
</style>
</head>
<body
class="alt-menu sidebar-noneoverflow">
<x-app-loader></x-app-loader>
<!-- BEGIN MAIN CONTAINER -->
<div class="main-container" id="container">
<div class="overlay"></div>
<div class="search-overlay"></div>
<!-- BEGIN CONTENT PART -->
<div id="content" class="main-content">
<div class="layout-px-spacing">
<div class="container text-center layout-top-spacing">
<div class="my-5 py-5" style="background: var(--coffee-dark) !important;">
<h1 class="mt-5 pt-5" style="color: var(--coffee-light)">500</h1>
<h1 class="mb-5 pb-5" style="color: var(--coffee-light)">{{ __('Server Error') }}</h1>
</div>
</div>
<x-app-footer></x-app-footer>
</div>
</div>
<!-- END CONTENT PART -->
</div>
<!-- END MAIN CONTAINER -->
</body>
</html>