@extends('metronic.base') @section('extracss') @endsection @section('extrajs') @endsection @section('titulo') excel @endsection @section('content') @include('sessions')

Cargar catalogo de cuentas

Resultado de la importaciĆ³n de catalogo de cuentas contables
Total de filas recorridas: {{ $rows }}
@if (count($errores) > 0)
@for ($i = 0; $i < count($errores); $i++) @if( isset($errores[$i]['Error']) ) @else @endif @if( isset($errores[$i]['cuenta']) ) @else @endif @endfor
# Cuenta Atirbutos Mensaje
{{ $i + 1 }}{{ $errores[$i]['Error'] }}-{{ $errores[$i]['cuenta'] }}-
@else
@endif
@endsection