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

Listado de periodos académicos


@stop @section('content')

Periodos registrados

@foreach ($gestiones as $gestion) @endforeach
Nro Gestión Periodo Acciones
{{ $loop->iteration }} {{ $gestion->nombre }} @foreach ($gestion->periodos as $periodo) @endforeach @foreach ($gestion->periodos as $periodo)
@csrf @method('DELETE')
@endforeach
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') {{-- Carga SweetAlert2 si no está cargado en tu plantilla principal --}} @include('footer') @stop