@extends('Templates.PlantillaFull',['PaginaTitulo' => 'goEAT-Tipo de Comercio','PaginaUrl' => '/perfiles','Padre' => '1']) @section('Contenido')
{{-- nombre --}}

CategorĂ­a:

{{ $info->CATG_NOMBRE }} @if ($info->CATG_ESTADO == 0) Inactivo @else Activo @endif

{{ $info->CATG_DESCRIPCION }}

{{-- --}}

{{ $info->total }}

Total de subcategorĂ­as
{{-- REGRESAR --}}
@slot('titulo', 'Lista de tipos de comercio') @slot('idTabla', 'Table') @slot('accionBuscar') onkeyup="if(event.keyCode == 13) MakeRequestData('{{ route('buscar-tcomercios') }}' + '/' + $(this).val(), '#Table') " @endslot @if (in_array(24, Session::get('Permisos'))) @slot('btnAgregar')
{{-- --}}
@endslot @endif @slot('header') ID Icono Nombre {{-- Categorias Comercios --}} Acciones @endslot @slot('body') @include('categoria-global.tipos-comercio.data') @endslot
@endsection