# | Client Name | Phone Number | {{--status | --}}@foreach ($loadedRecords as $key => $client) | |
---|---|---|---|---|---|
{{ $loop->index + 1 }} |
{{ $client['full_name'] }}
@if ( collect($client['subscriptions'])->where('name', 'graphics-design')->isNotEmpty() )
Design@endif @if ( collect($client['subscriptions'])->where('name', 'website-seo')->isNotEmpty() )Content@endif |
{{ $client['email'] }} |
{{ $client['phone_number'] }} |
{{-- --}} |
more_horiz
|
@if ($clients->isNotEmpty() && $clients->hasMorePages())
|