= view('components/print_header', ['printTitle' => '권한 승인 대기']) ?>
| 요청일 | 아이디 | 이름 | 지자체 | 요청 역할 | 상태 | 처리일 | 관리 |
|---|---|---|---|---|---|---|---|
| 해당 상태의 요청이 없습니다. | |||||||
| = esc($row->mar_requested_at ?? '-') ?> | = esc($row->mb_id ?? '-') ?> | = esc($row->mb_name ?? '-') ?> | = esc($row->lg_name ?? '-') ?> | = esc($roles->getLevelName((int) $row->mar_requested_level)) ?> | mar_status ?? '') === 'pending'): ?>승인 대기 mar_status ?? '') === 'approved'): ?>승인 완료 mar_status ?? '') === 'rejected'): ?>반려 | = esc($row->mar_processed_at ?? '-') ?> |
mar_status ?? '') === 'pending'): ?>
|