@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->banner) @endif @if($cat->content)
@endif

@foreach($product->ventajas($product->id) as $advantage)

{{$advantage->name}}
@endforeach

@foreach($product->usos($cat->id) as $usage)
{!!$usage->description!!}
@endforeach
{{$label->traducir('label_button_see_complete_catalog')->name}}
@endsection @section('modal') @endsection @section('js') @endsection