@extends('errors.layout')
@section('title', '500 — Server Error')
@section('code', '500')
@section('badge-label', 'Internal Server Error')
@section('dot-color', '#F59E0B')
@section('icon-bg', '#FEF3C7')
@section('icon-color', '#F59E0B')
@section('icon')
@endsection
@section('heading', 'Something Went Wrong')
@section('description', 'The server encountered an unexpected condition that prevented it from fulfilling the request. Our team has been notified and is working on a fix.')
@section('actions')
Back to Dashboard
@endsection