Charge Types List

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

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