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

ALL PROFILE DETAILS

Ranking System Overview

@foreach($profile as $p) @endforeach
ProfileImage FullName Email Age DateOfBirth Gender Master Academy City / State Nationality Action
@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 }}
{{--
@csrf @method('DELETE')
--}}
@csrf @method('DELETE')
@include('partials.footer') @include('partials.js-links')