@include('errors.partials.page', [ 'status' => '403', 'statusLabel' => 'Forbidden', 'title' => '접근 권한이 없습니다', 'description' => '이 페이지를 이용할 권한이 없습니다. 로그인 상태나 게시판 이용 권한을 확인해 주세요.', 'primaryLabel' => '홈으로', 'primaryHref' => tenant_url() . '/', 'secondaryLabel' => '이전 페이지로', 'secondaryHref' => url()->previous(), 'helpText' => '권한이 필요한 게시판이라면 관리자에게 이용 권한을 요청해 주세요.', ])