@forelse($results as $key => $result) {{$key + 1}} @if(!empty($result->url_xml)) downloaded ? 'checked="checked"' : '' }} name="xml[{{ $result->uuid }}]" value="{{$result->url_xml}}"/> @endif @if(!empty($result->url_pdf)) downloaded ? 'checked="checked"' : '' }} name="pdf[{{ $result->uuid }}]" value="{{$result->url_pdf}}"/> @endif @if(!empty($result->url_acuse)) downloaded ? 'checked="checked"' : '' }} name="acuse[{{ $result->uuid }}]" value="{{$result->url_acuse}}"/> @endif {{$result->cfdi_type}} {{$result->date}} {{ $result->uuid }} @if($result->downloaded)
@endif @if($type == 2) {{ $result->rfc_receptor }} {{ $result->receptor }} @else {{ $result->rfc_emisor }} {{ $result->emisor }} @endif {{ $result->amount_total }} {{$result->date_certification}} {{ $result->rfc_pac }} {{ $result->status }} {{ $result->is_cancelable }} @empty @lang('general.text_no_results') @endforelse