@extends('admin.layouts.app') @section('title', $title) @section('page_title', $title) @section('content')
| Registro | Estudiante | Asunto | Docente / Archivos |
|---|---|---|---|
|
{{ $r->fecha ?: '-' }} {{ (int) $r->annio }}-P{{ (int) $r->periodo_id }} {{ $r->tipo_reg === 'DISC' ? 'Disciplinario' : 'Académico' }} |
{{ mb_strtoupper((string) ($r->estudiante ?: 'SIN ESTUDIANTE')) }} {{ $r->salon ?: '-' }} [{{ (int) $r->estudiante_id }}] |
{{ trim((string) $r->asunto) }} |
{{ mb_strtoupper((string) ($r->docente ?: 'SIN DOCENTE')) }} @if(!empty($r->foto_acudiente)) Evidencia @endif
Editar
@if(!empty($canDeleteObservacion))
@endif
|
| No hay observaciones registradas. | |||