@extends('frontend.astrologers.layout.master') @section('content') @if (astroauthcheck()) @php $userId = $callrequest->userId; $astrologerId = astroauthcheck()['astrologerId']; $callId = request()->query('callId'); $call_type = request()->query('call_type'); @endphp @endif