@extends('adminlte::page') @section('content_header')

Listado de Periodos Academicos


@stop @section('content')

Periodos registrados

@php $contador = 1; @endphp @foreach($periodos as $periodo) @endforeach
Nro Nombre del Periodo Acción
{{$contador++}} {{$periodo->nombre}}
@csrf @method('DELETE')
@stop @section('css') @stop @section('js') @stop