@extends('template.layout') @section('content') @include('sweet::alert')

Trámites por periodo académico

@if(count($periodo) > 0) @php($count = 1) @foreach($periodo as $item) @php($count++) @endforeach @else
No se encontraron periodos registrados
@endif
@endsection @section('scripts') @endsection