@section('page-title') Clients @endsection @section('page-styles') @endsection

Clients

Manage your system clients
@can('create', $module) @endcan

{{ $clients->count() }} clients

@foreach ($clients as $client) @endforeach
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') }}
@section('page-modals') @endsection @section('page-scripts') @endsection