@extends('layouts.simple.master') @section('title', 'WHMCS Clients') @section('main_content')
| ID | Name | Company | Date Created | Status | |
|---|---|---|---|---|---|
| {{ $client['id'] }} | {{ trim(($client['firstname'] ?? '') . ' ' . ($client['lastname'] ?? '')) ?: '-' }} | {{ $client['email'] ?: '-' }} | {{ $client['companyname'] ?: '-' }} | {{ $client['datecreated'] ?? '-' }} | {{ $client['status'] ?? '-' }} |