@foreach($tiposDocumentos as $tipo) @php $doc = $documentosPorTipo[$tipo->slug] ?? null; @endphp
{{ strtoupper($tipo->name) }} : @if($doc) @if($doc->status == 1) ✔ Validado @elseif($doc->status == 2) ✘ Rechazado @else Pendiente @endif @else ✘ Faltante @endif
@endforeach