| {{ $state_code->first()->state_code }} @if ($state_code->first()->state_code != null || $state_code->first()->state_code != '')
-
{{ \App\Models\GSTState::where('code', $state_code->first()->state_code)->first()?->name ?? '' }}
@endif
|
{{ $gst }} |
{{ $acVoucherItems->sum('taxable_value') - $returnAcVoucherItems->sum('taxable_value') }}
|
{{ $acVoucherItems->sum('cess') - $returnAcVoucherItems->sum('cess') }}
|
@endforeach
@endforeach