| S.No. | {{ translate('Member Info') }} | {{ translate('Member ID') }} | {{ translate('Member Email') }} | Invited Person | Location | Invitation Date | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $k + 1 + ($users->currentPage() - 1) * $users->perPage() }} |
|
PCM{{ $item->id }} | {{ $item->email }} |
@php
$listEmails = $item->invited_emails ?? '';
$listEmails = array_filter(explode(',', $listEmails));
$emailCount = count($listEmails);
$tags = '
@php echo $emailCount @endphp
{{ $listEmails[0] ?? '' }}
@endif
|
{{ $item->location ?? 'N/A'}} | {{ $item->created_at->format('Y-m-d h:i A') }} | |||||||||
@if (!empty(request()->search)) No result found @else No data found @endif |
|||||||||||||||