{{$data->firstItem() + $key}} |
{{-- {{$list->name}} | --}}
{{$list->getVoucher->voucher_name ?? ''}} |
{{$list->calculation_type}} |
{{$list->description}} |
status == '1' ? 'checked' : '' }}>
|
@if(in_array('tax-calculation-edit', $authRolePermissions))
|
@endif
@if(in_array('tax-calculation-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else