@extends('layouts/master') @section('content')
REPORTE CALIDAD ALIADOS

@php $i=1; @endphp @foreach($response['entidadRespuesta'] as $reporte) @php $date = date_create($reporte['fecha']); $fecha = date_format($date, 'd-m-Y'); if($reporte['anulada']==true){ $anualada= 'Anulada'; }else{ $anualada= ''; } if($reporte['existe']==false){ $existe= 'No Existe'; }else{ $existe= ''; } $nombre = substr($reporte['listcliente']['nombre'],0, 30); @endphp @php if($reporte['existe']==false){ @endphp @php }else{@endphp @php } $i++ @endphp @endforeach
ID Nro Guia Fecha de recepción Código Aliado Nombre Aliado Teléfono Aliado Anulada Existe
{{$i}} {{$reporte['codguia']}} {{$fecha}} {{$reporte['codcliente']}}

{{$nombre}}

{{$reporte['listclientetelefono']['telefono']}} {{$anualada}} {{$existe}}Existe Quitar Quitar
@endsection @section('script') @endsection