Client Management

Manage your Clients

All Clients

@foreach ($clients as $client) @endforeach
Company Country Email Phone Number Date Actions

{{ $client->name }}

client logo

{{ $client->company_name }}

{{ ucwords(str_replace('_', ' ', $client->country)) }}
{{ $client->email }} {{ $client->phone_number }}

{{ formatDate($client->created_at) }}

Showing {{ $start }} - {{ $end }} of {{ $total }} clients

Show
{{ $clients->links('vendor.pagination.numbers-only-with-ellipsis') }}