Client List
| Active Client Id | Current Status |
|---|---|
| {{ $clientId }} | @if (isset($currentClients[$clientId])) {{ $currentClients[$clientId] ?? 'N/A' }} @else @php $checkClose = Client::onlyTrashed()->where('id', $clientId)->first(); @endphp @if ($checkClose) Closed @else Deleted @endif @endif |