Clients
@forelse ($clients as $client) @empty @endforelse
ID Client Name Clinet Number Clinet Email Company Name Status Action

{{ $client->id }}

{{ $client->user->name}} {{$client->user->last_name }}

{{ $client->user->phone }}

{{ $client->user->email }}

{{ $client->company_name }}

{{ $client->active_status == "A" ? "Active" : "Inactive" }}

No clients found.