@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
@csrf
Client List


@csrf @method('post')
SMS Body
@php $count = 1; @endphp
@foreach ($customers as $customer) @endforeach
Sl Account No User ID Client Name Mobile Address Bill Start Date Package Type Bill Cycle Rate Total Dues Exp Date Client Status Select All
{{ $count++ }} {{ $customer->id }} {{ $customer->customer_name }} {{ $customer->mobile1 }} {{ $customer->present_address }} {{ $customer->joining_date }} {{ $customer->TblClientType->name }} {{ $customer->TblBillCycle->day }} {{ $customer->rate_amnt }} {{ $total_dues }} {{ $customer->block_date }} {{ $customer->TblStatusType->inv_name }}
@endsection