@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)
{{$label->traducir('label_title_collection')->name}}
@endif
@if($cat->description)
@endif
@foreach ($product->productos($cat->id) as $prod)
@php $images = json_decode($prod->image); $image = explode(".",$images[0]); @endphp
@endforeach
@php $i = 0; @endphp
@foreach($product->banners($cat->id) as $j => $prod)
@if($prod->background_image)
@php $images = json_decode($prod->background_image); @endphp
@foreach($images as $k => $image)
-
@php $i++; @endphp
@endforeach @endif
@endforeach
@php $i = 0; @endphp
@foreach($product->banners($cat->id) as $j => $prod)
@if($prod->background_image)
@php $images = json_decode($prod->background_image); @endphp
@foreach($images as $k => $image)
@php $i++; @endphp
@endforeach @endif
@endforeach
Previous
Next
{!!$product->ver_seccion('23')->content!!}
@endsection
@section('js')
@endsection