@extends('layouts.landing') @section('title',"Editar") @section('content')
| Id | --}}Nombre | @hasrole('Control escolar')Opciones | @endhasrole
|---|---|---|
| {{$alumno->id}} | --}}{{$alumno->usuario->first()?->apellidoPaterno}} {{$alumno->usuario->first()?->apellidoMaterno}} {{$alumno->usuario->first()?->name}} | @hasrole('Control escolar')@endhasrole |