@extends('layouts.portal') @section('title'){{$page->name.' '.$cat->name}} - @endsection @section('meta_description'){{strip_tags($cat->description)}}@endsection @section('metas') @endsection @section('content')
@if($cat->image) @endif @if($cat->description)
@endif
@foreach ($product->productos($cat->id) as $prod)
@php $images = json_decode($prod->image); $image = explode(".",$images[0]); @endphp
@endforeach
{{$label->traducir('label_button_see_complete_catalog')->name}}
{!!$product->ver_seccion('23')->content!!} @endsection @section('js') @endsection