@extends('template.layout') @section('content') @include('sweet::alert')
| N° | DNI | Código alumno | Nombre alumno | Especialidad | Turno | Semestre |
|---|---|---|---|---|---|---|
| {{ $count}} | {{ $item->dni }} | {{ $item->codigo }} | {{ $item->apellido_paterno }} {{ $item->apellido_materno }}, {{ $item->nombres }} | {{ $item->especialidad }} | {{ $item->turno }} | {{ $item->semestre }} | @php($count++)