@extends('frontend.layout.master') @section('content')
Talk To Astrologer
{{-- Call Intake --}} {{-- End Call --}}
@foreach ($getAstrologer['recordList'] as $astrologer)
  • @if ($astrologer['profileImage']) @else @endif
    @if($astrologer['callStatus']=='Busy')
    {{ $astrologer['callStatus'] }}
    @elseif($astrologer['callStatus']=='Offline' || empty($astrologer['callStatus']))
    {{ $astrologer['callStatus'] ?? 'Offline'}}
    @else
    {{ $astrologer['callStatus'] }}
    @endif
  • {{ $astrologer['name'] }}{{ $astrologer['allSkill'] }}{{ $astrologer['languageKnown'] }} Exp :{{ $astrologer['experienceInYears'] }} Years @if ($isFreeAvailable == true) {{ $currency['value'] }}{{ $astrologer['charge'] }}/Min Free @else {{ $currency['value'] }}{{ $astrologer['charge'] }}{{ $currency['value'] }}{{ $astrologer['videoCallRate'] }} @endif
{{--
--}}
@if($astrologer['callStatus']=='Busy' || $astrologer['callStatus']=='Offline' || empty($astrologer['callStatus'])) @else @endif
@if($astrologer['callStatus']=='Busy' || $astrologer['callStatus']=='Offline' || empty($astrologer['callStatus'])) @else @endif
{{--
--}}
@endforeach
@endsection @section('scripts')