Client Management
Name | Phone | Store | Country | Created Date | Company | Note | ||
---|---|---|---|---|---|---|---|---|
{{ $client['Name'] ?? 'N/A' }} | {{ $client['Email'] ?? 'N/A' }} | {{ $client['Phone'] ?? 'N/A' }} | {{ $client['Store'] ?? 'N/A' }} | {{ $client['Country'] ?? 'N/A' }} | {{ isset($client['Created']) ? \Carbon\Carbon::parse($client['Created'])->format('d-m-Y H:i A') : 'N/A' }} | {{ $client['Company'] ?? 'N/A' }} |
|
|
No clients found |