@extends('metronic.base')
@section('title')
Balance General Rubro | Cuenta
@endsection
@section('extrajs')
@endsection
@section('content')
@include('sessions')
@component('components.table')
@slot('thead')
{{ __('Rubro') }} |
{{ __('Grupo') }} |
{{ __('Cuenta') }} |
{{ __('Numero Cuenta') }} |
{{ __('Codigo') }} |
{{ __('Signo') }} |
{{ __('Acciones') }} |
{{ __('ID') }} |
@endslot
@slot('tfoot')
{{ __('rubro') }} |
{{ __('grupo') }} |
{{ __('cuenta') }} |
{{ __('numero_cuenta') }} |
{{ __('codigo_cuenta') }} |
{{ __('signo') }} |
{{ __('') }} |
|
@endslot
@endcomponent
@endsection