@extends('layouts.layoutapp') @section('content')
{{ $loop->iteration }}
{{ $client->user->name ?? ''}} {{ $client->user->last_name ?? '' }}
{{ $client->user->phone ?? '' }}
{{ $client->user->email ?? '' }}
{{ $client->company_name ?? '' }}
{{ $client->active_status == "A" ? "Active" : "Inactive" }}