@include('errors._error-shell', [ 'code' => '500', 'eyebrow' => 'Server Error', 'title' => 'Something broke on our side.', 'message' => 'An unexpected server error occurred. Please try again in a moment, and contact support if the issue continues.', 'primaryUrl' => url('/'), 'primaryLabel' => 'Return Home', 'secondaryUrl' => route('contact'), 'secondaryLabel' => 'Report the Problem', ])