Billing Cycle Master Billing Cycle Master
@foreach ($billingCycles as $billingCycle) @endforeach
Sr No Corporation Name Billing Cycle Billing Cycle (Marathi) Active Action
{{ $loop->iteration }} {{ $billingCycle->ulb->name ?? 'N/A' }} {{ $billingCycle->name }} {{ $billingCycle->name_mr }} @if ($billingCycle->status == 1) Yes @else No @endif