System clients

All clients typically refers to the various divisions or units within a company or organization that are responsible for different functions, such as marketing, finance, human resources, and operations, among others.

@forelse($clients ?? [] as $client) @empty @endforelse
#
First Name Last Name Username Mobile Email Departments Status Created At Action
{{$loop->index +1 }}
{{$client->first_name}} {{$client->last_name}} {{$client->username}} {{$client->mobile}} {{$client->email}} @foreach($client->departments as $department)
{{ $department->name }}
@endforeach
{{$client->status()}} {{$client->created_at->diffForHumans()}}
There is no client found
{!! $clients->links() !!}