@php $userDetail=\Auth::user() ?? ""; $profileImage=$userDetail->getUserDetail->profileImageUrl ?? ""; $profileUrl='https://hapiverse.com/'.$profileImage; @endphp @include('user-web.layouts.head') @include('user-web.layouts.header')

About

{{$loggedIn->bio ?? ""}}

  • {{$loggedIn->city ?? ""}} , {{$loggedIn->country ?? ""}}

  • {{$loggedIn->DOB ?? ""}}

  • {{$loggedIn->phoneNo ?? ""}}

  • Dancing Club

  • Selected Plan :{{$logged->choosedPlan->plan->planName ?? ''}}

Friend Suggestions

@foreach($friendDetail as $friend) @foreach($friend as $friend) @php array_push($friendNames,$friend->userName ); @endphp @endforeach @endforeach
    @foreach($users as $user) @php if($user->userName == $loggedIn->userName){ continue; } if (in_array($user->userName, $friendNames)) { continue; } @endphp
  • @endforeach
@foreach($posts as $post)

{{ $post->user->userName}}

10h

{{$post->caption}}

@if(!empty($post-> text_back_ground))
{{ $post-> caption}}
@endif @foreach ($post->postImage as $image) @php $fileName = $image->postFileUrl; $fileNameParts = explode('.', $fileName); $ext = end($fileNameParts); @endphp @if($ext == "jpg" || $ext == "png" || $ext == "webp" || $ext == "jpeg")
@endif @if($ext == "mp4" || $ext == "MOV")
@endif @endforeach
@endforeach

Videos

@foreach($postVideo as $vid)
@php $extention=pathinfo($vid->postFileUrl, PATHINFO_EXTENSION); $url='https://hapiverse.com/'.$vid->postFileUrl ?? ''; @endphp @if($extention=="mp4" || $extention=="mov")
@endif
@endforeach

Basic Plan

free

  • Location Based Info's
  • Public & Private Groups
  • Push Notificaions Alerts
  • Covid-19 tracking-local tracking Multi Language
  • Matching Algorithem
  • Video Audio Voice Text Chat

    Platinum Plan

    $9.99/MO

  • Location Based Info's
  • Public & Private Groups
  • Push Notificaions Alerts
  • Covid-19 tracking-local tracking Multi Language
  • Matching Algorithem
  • Video Audio Voice Text Chat
  • Sponsor 100 basic and 500 gold plan
  • Profile Avatar
  • Rate / Review
  • Customer Loyalty Program

    Diamond Plan

    $29.99/MO

  • Location Based Info's
  • Public & Private Groups
  • Push Notificaions Alerts
  • Covid-19 tracking-local tracking Multi Language
  • Matching Algorithem
  • Video Audio Voice Text Chat
  • Sponsor 100 basic and 500 gold plan
  • Profile Avatar
  • Rate / Review
  • Customer Loyalty Program
  • Photo Album

    Vip/Celiberity Plan

    $49.99/MO

  • Location Based Info's
  • Public & Private Groups
  • Push Notificaions Alerts
  • Covid-19 tracking-local tracking Multi Language
  • Matching Algorithem
  • Video Audio Voice Text Chat
  • Sponsor 100 basic and 500 gold plan
  • Profile Avatar
  • Rate / Review
  • Customer Loyalty Program
  • Photo Album Stealth and ghosting

    Personal Info

    {{$loggedIn->userName ?? ''}}

    Live In {{$loggedIn->city ?? ''}} ,{{$loggedIn->country ?? ''}}

    {{$loggedIn->phoneNo ?? ''}}

    {{$loggedIn->hairColor ?? ''}}

    {{$loggedIn->religion ?? ''}}

    {{$loggedIn->DOB ?? ''}}

      @foreach($loggedIn->education as $education)

      {{$education->title ?? ""}} from {{$education->location ?? ""}}

      @endforeach

    {{$loggedIn->occupation[0]->title ?? '' }}

    work as {{$loggedIn->occupation[0]->description ?? ''}} from {{$user->getUserDetail->occupation[0]->startDate ?? ''}}

    @foreach($userIntrest as $userInt)

    {{$userInt->interest[0]->intrestCategoryTitle}}

    @endforeach
    @include('user-web.layouts.footer')