@php $logo = DB::table('systemflag') ->where('name', 'AdminLogo') ->select('value') ->first(); @endphp
AstroGuru image

{{ $title }}

{{ $date }}

@php $no = 0; @endphp @foreach ($astrologers as $ast) @endforeach
ID Name Contact No Gender Total Call Request Total Chat Request Status
{{ ++$no }} {{ $ast->name }} {{ $ast->contactNo }} {{ $ast->gender }} {{ $ast->totalCallRequest }} {{ $ast->totalChatRequest }} @if ($ast->isVerified) Verified @else UnVerified @endif