@section('title', __('Institutos'))

Institutos

@if (session()->has('message'))
{{ session('message') }}
@endif
Agregar Institutos
@include('livewire.institutos.modals')
@forelse($institutos as $row) @empty @endforelse
# Ruc Nombre Cuenta Corriente Acciones
{{ $loop->iteration }} {{ $row->RUC }} {{ $row->Nombre }} {{ $row->Cuenta_Corriente }}
No data Found
{{ $institutos->links() }}