@if(!empty($tax_details['tax_details'])) @foreach( $tax_details['tax_details'] as $tax_rate) @if($tax_rate['is_tax_group']) @endif @endforeach @endif
{{ $tax_rate['tax_name'] }} {{ $tax_rate['tax_amount'] }}
@foreach($tax_rate['group_tax_details'] as $group_tax) {{ $group_tax['name'] }} - {{ $group_tax['calculated_tax'] }}
@endforeach
@lang('sale.total') {{$tax_details['total_tax']}}