| Rank | Name | Phone | Institute | Score | Total Marks | Created At | Finished At |
|---|---|---|---|---|---|---|---|
| @php $rankEmojis = ['🥇', '🥈', '🥉']; @endphp @if(isset($rankEmojis[$index])) {{ $rankEmojis[$index] }} {{ $index + 1 }}{{ match($index) { 0 => 'st', 1 => 'nd', 2 => 'rd', default => 'th' } }} @else {{ $index + 1 }}th @endif | {{ $result->name }} | {{ $result->phone ?? 'N/A' }} | {{ $result->institute_name ?? 'N/A' }} | {{ $result->score }} | {{ $result->total_marks }} | {{ \Carbon\Carbon::parse($result->created_at)->format('d, l, h:i A') }} | {{ \Carbon\Carbon::parse($result->finished_at)->format('d, l, h:i A') }} |
| No results found for this exam. | |||||||