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

Total Ranking

Ranking System Overview

{{-- --}} @foreach($profile as $p) {{-- --}} {{-- --}} @endforeach
ProfileImage Full Name Email Age DateOfBirth Gender Master Academy City / State Nationality District_match State_Match National_Match South_Asian_Championship Asian_Championship World_Championship Total RankAction
@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 }}{{ $p->total }} @if($p->rank == 1) 🥇 #{{ $p->rank }} @elseif($p->rank == 2) 🥈 #{{ $p->rank }} @elseif($p->rank == 3) 🥉 #{{ $p->rank }} @else #{{ $p->rank }} @endif
@csrf @method('DELETE')
{{-- @forelse($profile as $p) @empty @endforelse
ProfileImage Full Name Email Age DOB Gender Master Academy City / State Nationality South National Asian World Total Rank
@if($p->profile_image) Profile @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->south }} {{ $p->national }} {{ $p->asian }} {{ $p->world }} {{ $p->total }} @if($p->rank == 1) 🥇 #{{ $p->rank }} @elseif($p->rank == 2) 🥈 #{{ $p->rank }} @elseif($p->rank == 3) 🥉 #{{ $p->rank }} @else #{{ $p->rank }} @endif
No ranking data found.
--}}
@include('partials.footer') @include('partials.js-links')