@extends('frontend.layouts.UserMain') {{ translate('Humsafar - Dashboard') }} @section('content')
@include('frontend.user.layouts.header')

{{ translate('Welcome Back') }}

{{ translate('Here\'s an overview of your account.') }}

{{ translate('New Message') }}

{{ translate('You got') }} {{$unread_messages}} {{ translate('new messages' )}}

{{ translate('21HR AGO') }}
{{ translate('View') }}
@if($user_partner != null) @else

{{ translate('You have not completed your full profile registration. Please finish your profile to proceed with finding a partner.') }}'

Complete Profile
@endif {{--
@if($user_partner == null)

You have not completed your full profile registration. Please finish your profile to proceed with finding a partner.

Complete Profile
@endif @if ($matches && $matches->isNotEmpty()) @if($matches->hasMorePages())

{{ translate('My Matches') }}

{{ translate('Show More') }} →
@endif @endif
--}}
@endsection @push('scripts') @if($userpackage != null) @endif @endpush