{{ __('Work Type') }}

List of Consumers

@if ($consumers->count() > 0) @php $i = 1; @endphp @foreach ($consumers as $consumer) @endforeach
Sr NO Consumer Number Name Address Electricity Bill Date Status Action
{{ $i++ }} {{ $consumer->consumer_number }} {{ $consumer->name }} {{ $consumer->address }} {{ $consumer->elecricity_bill_date}} @if ($consumer->status == 1) Active @else Inactive @endif
@else

No records found

@endif