@include('errors.partials.page', [ 'status' => '419', 'statusLabel' => 'Session Expired', 'title' => '세션이 만료되었습니다', 'description' => '오랜 시간 동안 아무 작업이 없어 현재 요청을 처리할 수 없습니다. 다시 시도해 주세요.', 'primaryLabel' => '새로고침', 'primaryHref' => url()->current(), 'secondaryLabel' => '홈으로', 'secondaryHref' => tenant_url() . '/', 'helpText' => '로그인 상태가 필요하다면 다시 로그인한 뒤 작업을 이어가 주세요.', ])