@foreach ($sections as $section) @if ($section->key == 'products') @include('Website.partials._banner', ['page_title' => $product->name]) @endif @endforeach
{{ $product->name }} @if ($product->images->count() > 0)
@endif

{{ $product->name }}

{!! $product->long_desc !!}
@if ($brands->count() > 0)
@foreach ($sections as $section) @if ($section->key == 'partners')

{{ $section->title }}

@endif @endforeach
@endif @push('scripts') @endpush