@if($full) @endif
@if ($prospecto)

{{-- ================= PLANTEL ================= --}}
{{-- ================= ROL ================= --}}

{{-- ================= NIVEL ================= --}}
{{-- ================= PLAN ================= --}}
{{-- ================= CAMPAÑA ================= --}}
{{-- ================= TURNO ================= --}}
{{-- ================= MEDIO ================= --}}
@if(count($conceptos))
    @foreach ($conceptos as $concepto)
  • @foreach ($conceptosNombres as $tconcepto) @if ($concepto->name == $tconcepto->id) {{$tconcepto->name}} @endif @endforeach {{ $concepto->fecha_pago }} {{ $concepto->monto }}
  • @endforeach
@endif
Expediente del alumno
@php $nivel = $prospecto->nivelRel ?? null; $tipos = $nivel ? $nivel->documentosRequeridos : collect(); $documentos = collect($prospecto?->documentos)->keyBy('tipo'); @endphp @foreach($tipos as $tipo) @php $doc = $documentos[$tipo->slug] ?? null; @endphp
{{ strtoupper($tipo->name) }} : @if($doc) @if($doc->status == 1) ✔ Validado @elseif($doc->status == 2) ❌ Rechazado @else Pendiente de revision @endif @else ❌ Faltante @endif
@endforeach
@else @endif