@extends('layouts.admin') @section('styles') @endsection @section('content')

{{$g->nombre}} {{$g->email}}

@csrf @method('put')

NOMBRE: {{$g->nombre}}

CUI: {{$g->cui}}

PUESTO: {{$g->puesto}}

EMAIL: {{$g->email}}

ASESOR DE GRADO/S: @foreach ($grados as $gr)

Grado: {{$gr->grado->nombre}}
Seccion: {{$gr->grado->seccion}}

@endforeach

CURSOS QUE IMPARTE:

@foreach ($array as $curso)

{{$curso['value']}}

@endforeach
@endsection @section('scripts') @endsection