@foreach($registro->receipt_detail as $linea) @if($linea->system_tax) @endif @endforeach @foreach($registro->receipt_detail as $linea) @if($linea->other_tax) @endif @endforeach
ALICUOTA IMPORTE IVA IIBB
{{ ucfirst($linea->system_tax->name) }} {{$registro->moneda->simbolo}} {{ number_format($linea->amount, 2, ',', '.') }} {{$registro->moneda->simbolo}} {{ number_format($linea->tax_amount, 2, ',', '.') }} {{$linea->taxable_iibb==1? 'No Gravado IIBB' : 'Gravado IIBB'}}
{{$linea->other_tax->name}} {{$registro->moneda->simbolo}} {{ number_format($linea->amount, 2, ',', '.') }}