@include('partials.css-links')
ProfileImage | FullName | Age | DateOfBirth | Gender | Master | Academy | City / State | Nationality | District_match | State_Match | National_Match | South_Asian_Championship | Asian_Championship | World_Championship | Total | Rank | Action | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@if($p->profile_image)
|
{{ $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 |