@extends('layouts.structure') @section('content')
| ID | Client Code | Company Name | Plants | Contact Person | Actions |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $client->client_code }} | {{ $client->client_name }} |
@if ($client->plants && $client->plants->isNotEmpty())
|
{{ $client->contact_person ?? 'N/A' }} | View Edit |
| No Clients Found | |||||