@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
Call
{{-- --}}
Mayank Sharma
@if(authcheck()['profile']) participant @else participant @endif
{{-- --}}
Guru Parmanand
@if($getAstrologer['recordList'][0]['profileImage']) participant @else participant @endif
@endsection @section('scripts') @endsection