@extends('adminlte::page')
@section('content_header')
Listado de Paralelos
@stop
@section('content')
| Nro |
Nombre del paralelo |
Acción |
@php
$contador = 1;
@endphp
@foreach($paralelos as $paralelo)
| {{$contador++}} |
{{$paralelo->nombre}} |
|
@endforeach
@stop
@section('css')
@stop
@section('js')
@stop