@extends('layouts.app') @section('subtitle', 'UIIX') @section('content_header_title', 'GESA Gestión y Seguimiento Académico') @section('content_header_subtitle', '') {{-- Content body: main page content --}} @section('content_body')
Id | Estudiante | Programa Destino | Programa Origen | Fecha de Creación | Acciones |
---|---|---|---|---|---|
{{ $report->id }} | {{ $report->student_name }} | {{ ucfirst(mb_strtolower($report->programA->name, 'UTF-8')) }} ({{ $report->programA->university->initial }}) | {{ ucfirst(mb_strtolower($report->programB->name, 'UTF-8')) }} ({{ $report->programB->university->initial }}) | {{ $report->created_at->format('d/m/Y') }} | Ver |