@extends('layouts.app', ['path' => 'error'])
@section('title', 'Server Error - HRMS')
@push('css')
@endpush
@section('content')
500
Oops! Something Went Wrong
We’re experiencing an internal server issue. Our team is already on it.
Please try again in a few minutes.
Back to Dashboard
@endsection