Discharge Points List

Generated on: {{ now()->format('Y-m-d H:i:s') }}

@foreach($dischargePoints as $point) @endforeach
# Name Status
{{ $loop->iteration }} {{ $point->name }} {{ $point->status ? 'Active' : 'Inactive' }}