@extends('layouts.main') @section('main-container')
Client List
@csrf
Print Excel
Millennium Computers And Networking
Client List
@php $count = 1; @endphp @foreach ($client_list as $client) @endforeach
Sl Account No Client Name IP Address Address Bill Start Date Pakage Type Rate Total Bill Total Collection Total Dues Client Status
{{ $count++ }} {{ $client->account_no }} {{ $client->customer_name }} {{ $client->ip_number }} {{ $client->present_address }} {{ $client->start_date }} {{ $client->clienttype }} {{ $client->rate_amnt }} {{ $client->cur_total }} {{ $client->cur_collection }} {{ $client->cur_total - $client->cur_collection}} {{ $client->inv_name }}
@endsection