| Client Name | Products | No. Employees | License | Status | Date Created | ||
|---|---|---|---|---|---|---|---|
|
|
{{ count($client->employees) }} |
{{ $client->License->name }}
{{ $client->License->max_number_users ?? 'Unlimited' }}
seats allowed
|
@if ($client->status === 2) {{-- Pending --}} Pending @elseif($client->status === 1) Active @else Inactive @endif | {{ date_format(date_create($client->created_at), 'd M Y') }} |