{{-- MAIN VALUES --}}
{{-- --}}

DATOS DE SOLICITUD

CAPTURO {{ $captured_by }}
FECHA {{ $date }} ESTATUS {{ $status }} NO. SOLICITUD {{ $invoice }}
OBSERVACIONES {{ ' foo observaciones '}}
{{-- DATOS DEL CONTRIBUIDOR --}}

DATOS DEL CONTRIBUYENTE

CÓDIGO P.U.C.

RAZÓN SOCIAL

DENOMINACIÓN COMERCIAL

{{ $contributor_puc }} {{ $contributor_social_reason }} {{ $contributor_trade_name }}

DOMICILIO

RFC

CURP

{{ $contributor_address }}  {{ $contributor_rfc}}  {{ $contributor_curp }} 
{{-- DETAILS --}}
@foreach ($details as $key => $detail) @endforeach @if(count($taxes) > 0) @foreach ($taxes as $tax) @endforeach @endif

DETALLES DE SOLICITUD

NO CANT. CÓDIGO DESCRIPCIÓN P.U. UAN IMPORTE
{{ $key + 1 }} {{ number_format($detail['quantity'], 2) }} {{ $detail['income_concept_xml_code'] }} {{ $detail['income_concept_xml_description'] }} @if(isset($detail['fixed_unit_measure']) && $detail['decimal_calculation'] == true) ({{ $detail['fixed_unit_measure'] . ' ' . number_format($detail['quantity'], 2) }}) @endif ${{ number_format($detail['unit_price'], 2) }} ${{ number_format($detail['detail_uan_tax'], 2) }} ${{ number_format($detail['subtotal'], 2) }}
OBSERVACIONES SUBTOTAL ${{ number_format($subtotal, 2) }}
{{ $observations }}
UAN (15%) ${{ number_format($uan_tax, 2) }}
{{--

{{$tax['description']}} ({{number_format($tax['amount'],2)}}%)

--}}

{{$tax['description']}}

$ {{ number_format($tax['sum_amount'], 2) }}
TOTAL ${{ number_format($total, 2) }}
{{-- width="67.1%" --}}
IMPORTE EN LETRA {{ $total_text }} PESOS {{ $total_cents }}/100 M./N.
{{-- FIRMAS --}}