Client Management

{{-- --}}
{{-- --}} @foreach ($loadedRecords as $key => $client) {{-- --}} @endforeach
# Client Name Email Phone Numberstatus
{{ $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'] }}

@if ($clients->isNotEmpty() && $clients->hasMorePages())
@endif
@include('inc.livewire-loader')