@push('seo') {!! seo()->for($product) !!} @endpush @push('inlinestyle') @endpush

{{ $product->tagline }}

{{ $product->title }}

{{setting('websiteName')}}

{{ $product->name }}
@if($category)
Explore by Category OF {{$product->name}}
    @forelse($this->filteredCategories as $cat)
  • @empty
  • No categories found
  • @endforelse
@foreach($category->items as $item)

{{$item['name']}}

@endforeach
@endif
{!!$product->description!!}
{!!$product->use_content!!}
{!!$product->details_content!!}
@push("inlinescript") @endpush