Discharge Points List
Generated on: {{ now()->format('Y-m-d H:i:s') }}
#
Name
Status
@foreach($dischargePoints as $point)
{{ $loop->iteration }}
{{ $point->name }}
{{ $point->status ? 'Active' : 'Inactive' }}
@endforeach