@include('errors.partials.page', [ 'status' => '500', 'statusLabel' => 'Server Error', 'title' => '일시적인 오류가 발생했습니다', 'description' => '서버 처리 중 문제가 발생했습니다. 잠시 후 다시 시도해 주세요.', 'primaryLabel' => '새로고침', 'primaryHref' => url()->current(), 'secondaryLabel' => '홈으로', 'secondaryHref' => tenant_url() . '/', 'helpText' => '문제가 반복되면 관리자에게 문의해 주세요.', ])