@extends('layouts.dashboard') @section('title', 'Dashboard - HimRishtey') @section('content')
Search Profiles
@if($member->member_type !== 'Verified')
Your profile is not verified. Verify now to get more matches and build trust. Verify Now
@endif
@if($completion < 100) {{-- ========================================== INCOMPLETE PROFILE =========================================== --}}
{{ $member->full_name }} {{ $completion }}%

Complete Your Profile

A complete profile gets 5x more matches. Add your details to stand out.

{{-- Progress --}}
{{-- Completion percentage --}}
Profile completion {{ $completion }}%
{{-- Steps --}}
@foreach($steps as $step) @if($step['completed']) @else @endif {{ $step['title'] }} @endforeach
{{-- CTA --}} Complete Now
@else {{-- ========================================== PROFILE 100% COMPLETE =========================================== --}}
{{-- Avatar --}}
{{ $member->full_name }}
{{-- Profile information --}}

{{ $member->full_name }}

Profile Complete
@if(!empty($member->profile_id))

Profile ID: {{ $member->profile_id }}

@endif
Profile completion 100%
{{-- View Profile --}} View Profile
@endif
Profile Views
{{ $data['iviewed'] }} People viewed your profile
Likes
{{ $data['iLikes'] }} Profiles you liked
Interests Sent
{{ $data['interestSent'] }} Interests sent
Contacts Viewed
{{ $data['contact'] }} Contact details viewed
@include('dashboard.home.recent-profiles', [ 'recents' => $data['recents'] ]) @include('dashboard.home.matching-profiles', [ 'matching' => $data['matching_profiles'] ]) @include('dashboard.home.verified-profiles', [ 'verifiedProfiles' => $data['verifiedUsers'] ]) @include('dashboard.home.who-viewed-profiles', [ 'viewedMyProfile' => $data['viewed'] ]) @include('dashboard.home.shortlisted-profiles', [ 'shortlisted' => $data['shortlist'] ])

Unlock Full Access

See who liked you, view contact numbers, and get priority matching with a premium plan.

@endsection