List of Polling Rating List
| Polling Ref No. | Member ID | Member Name | Polling Name | Rating | Created At |
|---|---|---|---|---|---|
| {{ $history->reference_no ?? ('TC/PS/' . optional($history->created_at)->format('Y') . '/' . str_pad((string) $history->id, 4, '0', STR_PAD_LEFT)) }} | {{ optional($history->user)->member_id ?? 'N/A' }} | {{ optional($history->user)->name ?? 'N/A' }} | {{ optional($history->polling_list)->polling_name ?? 'N/A' }} | {{ $history->rating }} | {{ optional($history->created_at)->format('Y-m-d') }} |
| No polling history found. | |||||