@extends('cultural.plantillaDocente') @section('breadcrumb') @endsection @section('titulo', "Inscripciones") @section('scripts') @endsection @section('contenido')
@if(isset($msg))

{{$msg}}

@endif
Datos del alumno
@if($globalId == 0)
@endif @if($globalId > 0)

{{$examenAlumno->estado_de_pago}}

@endif
@if($globalId > 0 && $docente->id == $responsable->id || $examenAlumno->fk_idcliente != $responsable->id)
Responsable parental
@elseif($globalId == 0)
Responsable parental
@endif @if($globalId == 0)
Responsable de gestión de pago:
@endif
@endsection