@elseif($feedback->role_id == 3)
@endif
{{ \Carbon\Carbon::parse($feedback->created_at)->format('H:i d/m/Y') }}
| Thời gian | Trạng thái | Phòng ban tiếp nhận | Người thay đổi | Ghi chú |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($history->changed_at)->format('d/m/Y H:i') }} | {{ $history->new_status }} | @if($history->department_id) {{ optional($history->department)->department_name ?? 'N/A' }} @else Chưa có @endif | @if($history->changed_by) {{ $history->employee->full_name ?? 'N/A' }} @else Hệ thống @endif | {{ $history->note }} |
Không có lịch sử trạng thái nào để hiển thị.
@endif