@extends('template.layoutAdmin', ['activeButton'=>'productos']) @section('cabecera')

Regresar

{{ trans('promociones.tituloCategorias') }}

@endsection @section('title') {{ trans('promociones.tituloCategorias') }} @endsection @section('contenido')
@if(Session::has('message')) @endif @if(Session::has('message_error')) @endif

{{ trans('promociones.principales') }}

@foreach ($categorias as $listCat) @endforeach
{{ trans('promociones.imagen') }} {{ trans('promociones.nombre') }} {{ trans('promociones.estado') }} {{ trans('promociones.opciones') }}
@if ($listCat->images <> null) @else @endif {{$listCat->nombre}} @if ($listCat->idEstado == 1) {{ trans('promociones.activo') }} @else {{ trans('promociones.inactivo') }} @endif @if ($listCat->idEstado == 1) @endif

{{ trans('promociones.imagen') }} {{ trans('promociones.nombre') }} {{ trans('promociones.estado') }} {{ trans('promociones.opciones') }}
@endsection @section('js') @endsection