@extends('frontend.layout.master') @php use Symfony\Component\HttpFoundation\Session\Session; $session = new Session(); $token = $session->get('token'); @endphp @section('content')
Chat With Astrologer
@foreach ($getAstrologer['recordList'] as $astrologer)
  • @if ($astrologer['profileImage']) @else @endif
    @if($astrologer['chatStatus'] == 'Busy')
    {{ $astrologer['chatStatus'] }}
    @elseif($astrologer['chatStatus'] == 'Offline' || empty($astrologer['chatStatus']))
    {{ $astrologer['chatStatus'] ?? 'Offline'}}
    @else
    {{ $astrologer['chatStatus'] }}
    @endif
  • {{ $astrologer['name'] }}{{ $astrologer['allSkill'] }}{{ $astrologer['languageKnown'] }} Exp :{{ $astrologer['experienceInYears'] }} Years @if ($astrologer['isFreeAvailable'] == true) {{ $currency['value'] }}{{ $astrologer['charge'] }}/Min Free @else {{ $currency['value'] }}{{ $astrologer['charge'] }}/Min @endif
@if($astrologer['chatStatus'] == 'Busy' || $astrologer['chatStatus'] == 'Offline' || empty($astrologer['chatStatus'])) @else @endif
@endforeach
{{-- Intake Form --}} {{-- End Intake form --}} @endsection @section('scripts')