Listado de ecosistemas

@if (!is_null($ecosystems) && count($ecosystems) > 0)
@foreach ($ecosystems as $ecosystem) @endforeach
Ecosistema Facultad Editar Inactivo/Activo
{{ $ecosystem->descripcion }} {{ $ecosystem->dependencia }} editar
{{-- PAGINACION --}} @if ($ecosystems->hasPages())
Mostrando {{ $ecosystems->firstItem() }} a {{ $ecosystems->lastItem() }} de {{ $ecosystems->total() }} resultados
{{ $ecosystems->links() }}
@endif
@else No se han registrado impactos @endif
@include('livewire.ecosystem.includes.ecosystem-form')