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