HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
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>