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

Listado de Paralelos


@stop @section('content')

Paralelos registrados

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