@include('partials.css-links')
@include('partials.userheader')

Total Ranking

Ranking System Overview

@foreach($profile as $p) @endforeach
ProfileImage FullName Email Age DateOfBirth Gender Master Academy City / State Nationality District_match State_Match National_Match South_Asian_Championship Asian_Championship World_Championship Total Rank
@if($p->profile_image) @else N/A @endif {{ $p->first_name }} {{ $p->last_name }} {{ $p->email }} {{ $p->age }} {{ $p->date_of_birth }} {{ ucfirst($p->gender) }} {{ $p->master_name }} {{ $p->academy }} {{ $p->city_state }} {{ $p->nationality }} {{ $p->district_match }} {{ $p->state_match }} {{ $p->national_match }} {{ $p->south_asian_championship }} {{ $p->asian_championship }} {{ $p->world_championship }} {{ $p->total }} @if($p->rank == 1) 🥇 #{{ $p->rank }} @elseif($p->rank == 2) 🥈 #{{ $p->rank }} @elseif($p->rank == 3) 🥉 #{{ $p->rank }} @else #{{ $p->rank }} @endif
@include('partials.footer') @include('partials.js-links')