@extends('frontend.layouts.UserMain')
{{ translate('Here\'s an overview of your account.') }}
{{ translate('VIP Membership') }}
@else{{ translate('Free Membership' )}}
@endif{{$visits}}
{{$member_views}}
{{ translate('You got') }} {{$unread_messages}} {{ translate('new messages' )}}
{{ translate('21HR AGO') }}{{ translate('No members found') }}
@else @foreach($matches as $match) @php $profileImageData = getProfileImage($match); @endphp{{ $match->age }} {{ translate('Years Old') }}, {{ $match->userDetails->country->name ?? '' }}, {{ $match->userDetails->city->name ?? '' }}
{{--{{ $match->age }} Years Old, {{$match->userDetails->country->name ?? '' }}, {{ $match->userDetails->city->name ?? '' }}
{{ translate('No premium members found') }}
@else @foreach($premiumMatches as $match) @php $profileImageData = getProfileImage($match); @endphp{{ $match->age }} {{ translate('Years Old') }}, {{ $match->userDetails->country->name ?? '' }}, {{ $match->userDetails->city->name ?? '' }}
{{--{{ $match->age }} {{ $match->userDetails->country->name ?? '' }}, {{ $match->userDetails->city->name ?? '' }}
--}} @endforeach @endif{{ translate('You have not completed your full profile registration. Please finish your profile to proceed with finding a partner.') }}'
Complete ProfileYou have not completed your full profile registration. Please finish your profile to proceed with finding a partner.
Complete Profile{{ $match->age }} {{$match->userDetails->country->name ?? '' }}, {{ $match->userDetails->city->name ?? '' }}
@endforeach