@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 $tipos = ['curp', 'acta', 'comprobante','certificadoPrepa','certificadoLicenciatura']; $documentos = collect($prospecto?->documentos)->keyBy('tipo'); @endphp @foreach($tipos as $tipo) @php $doc = $documentos[$tipo] ?? null; @endphp
{{ strtoupper($tipo) }} : @if($doc) @if($doc->status == 1) ✔ Validado @elseif($doc->status == 2) ❌ Rechazado @else Pendiente de revision @endif @else ❌ Faltante @endif
@endforeach
@else @endif