@extends('frontend.astrologers.layout.master') @section('content') @php use Symfony\Component\HttpFoundation\Session\Session; use Illuminate\Support\Facades\DB; $getAstrologer=DB::table('astrologers')->where('id',astroauthcheck()['astrologerId'])->first(); @endphp
Chat Status:
Call Status:
Astrologer

Explore Your Path with Astrology

Explore the mysteries of the zodiac, uncover your birth chart's secrets, and navigate planetary alignments.

Delve into the intricate tapestry of astrology with personalized horoscopes, insightful birth charts, and transformative guidance. Explore the mysteries of the stars and unlock the secrets of your destiny.

Chat Request
    @if(isset($getChatRequest['recordList']) && count($getChatRequest['recordList']) > 0) @foreach($getChatRequest['recordList'] as $request)
  • @if($request['profile']) Avatar @else Avatar @endif
    {{$request['name']}}
     {{ date('d-m-Y', strtotime($request['chatcreatedat'])) }}
  • @endforeach @else
  • No Record Found !

  • @endif
Call Request
    @if(isset($getCallRequest['recordList']) && count($getCallRequest['recordList']) > 0) @foreach($getCallRequest['recordList'] as $request)
  • @if($request['profile']) Avatar @else Avatar @endif
    {{$request['name']}}
     {{ date('d-m-Y', strtotime($request['callcreatedat'])) }}
    @if($request['call_type']==10)
     Audio Call
    @else
     Video Call
    @endif
  • @endforeach @else
  • No Record Found !

  • @endif
Report Request
    @if(isset($getUserReport['recordList']) && count($getUserReport['recordList']) > 0) @foreach($getUserReport['recordList'] as $getUserReport)
    {{$getUserReport['reportType']}}
  • Avatar
    {{$getUserReport['firstName']}} {{$getUserReport['lastName']}}
     {{ date('d-m-Y', strtotime($getUserReport['birthDate'])) }}
     {{$getUserReport['birthTime']}}
  • @endforeach @else
  • No Record Found !

  • @endif
@endsection @section('scripts') {{-- ----------------------------------------Call Section ------------------------------------------------- --}} @endsection