@extends('../layout/' . $layout) @section('subhead') Astrologers @endsection @section('subcontent')

Astrologers

@if ($totalRecords > 0) PDF CSV @endif Add Astrologer
@csrf
@if (!$searchString) @else @endif
@if (count($astrologers) > 0)
@php $no = 0; @endphp @foreach ($astrologers as $astro) @endforeach
# PROFILE NAME CONTACT NO. EMAIL GENDER TOTAL REQUEST STATUS ACTIONS
{{ ($page - 1) * 15 + ++$no }}
Astrologer image
{{ $astro['name'] }}
{{ $astro['contactNo'] }} {{ $astro['email'] }} {{ $astro['gender'] }}
{{ $astro['totalCallRequest'] }} /{{ $astro['totalChatRequest'] }}
{{ $astro['isVerified'] ? 'Verified' : 'unverified' }}
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@else
noData

No Data Available

@endif @endsection @section('script') @endsection