{{ __('Charges') }}

List of Master Charges

@if ($data) @php $i = 1; @endphp @foreach ($data as $val) @endforeach
Sr NO Charge Name Status Action
{{ $i++ }} {{ $val->GeneralNotesText }} @if ($val->status == 1) Active @else Inactive @endif
@else

No any record found

@endif