@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
Call
{{-- --}}
@if (astroauthcheck()['profile']) participant @else participant @endif
{{-- --}}
@if ($getUser['recordList'][0]['profile']) participant @else participant @endif
@endsection @section('scripts') @endsection