@include('errors.partials.page', [ 'status' => '404', 'statusLabel' => 'Not Found', 'title' => '페이지를 찾을 수 없습니다', 'description' => '요청하신 페이지가 삭제되었거나 주소가 변경되었을 수 있습니다.', 'primaryLabel' => '홈으로', 'primaryHref' => tenant_url() . '/', 'secondaryLabel' => '이전 페이지로', 'secondaryHref' => url()->previous(), 'helpText' => '주소를 다시 확인하거나 홈에서 원하는 게시판으로 이동해 보세요.', ])