@include('partials.css-links')
ProfileImage | FullName | Age | DateOfBirth | Gender | Master | Academy | City / State | Nationality | 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 }} |