| Sr No | Usage Type | Usage Sub Type | Tax | Billing Cycle | Rate | Connection Size | Construction Type | Effective From | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $rate->userType->name ?? '-' }} | {{ $rate->userSubType->name ?? '-' }} | {{ $rate->tax->name ?? '-' }} | {{ $rate->billingCycle->name ?? '-' }} | {{ $rate->amount }} | {{ $rate->connectionSize->name ?? '-' }} | {{ $rate->constructionType->name ?? '-' }} | {{ date('d-m-Y', strtotime($rate->effective_from)) }} | @if ($rate->status == 1) Active @else Inactive @endif |