@php $title = 'Client Profiles'; $header = 'Client Profiles'; @endphp @extends('admin.layouts.app') @section('content')
Total Profiles
Female Profiles
Male Profiles
Average Age
| ID | Profile | Gender | Age | City | Qualification | Marital Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $profile->id }} |
{{ $profile->name }}
|
{{ $profile->gender }} | {{ $profile->age }} | {{ $profile->city }} | {{ $profile->qualification }} | {{ $profile->marital_status }} | |
|
No profiles found
Click "Create Profile" to add the first client profile. |
|||||||