@extends('layouts.main') @section('main-container')
Client List
@csrf
Print Excel
Millennium Computers And Networking
Client List
@php $count = 1; @endphp

New Client

@foreach ($client_list as $client) @endforeach
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 }}
@php $count = 1; @endphp

Block Client

@foreach ($block_list as $block) @endforeach
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 }}
@endsection