Client List
Millennium Computers And Networking
Client List
@php
$count = 1;
@endphp
@php
$count = 1;
@endphp
New Client
| Sl | Joining Date | Zone | Housing | User ID | Address | Client Name | Mobile | Package | Client Status |
|---|---|---|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $client->bill_start_date }} | {{ $client->zone_name }} | {{ $client->area_name }} | {{ $client->user_id }} | {{ $client->present_address }} | {{ $client->customer_name }} | {{ $client->mobile1 }} | {{ $client->package }} | {{ $client->inv_name }} |
Block Client
| Sl | Block Date | Zone | Housing | User ID | Address | Client Name | Mobile | Package | Client Status |
|---|---|---|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $block->block_date }} | {{ $block->zone_name }} | {{ $block->area_name }} | {{ $block->user_id }} | {{ $block->present_address }} | {{ $block->customer_name }} | {{ $block->mobile1 }} | {{ $block->package }} | {{ $block->inv_name }} |