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

{{ $product->name }}

{{ $product->name }}

{{ \Illuminate\Support\Str::limit($product->short_desc, 100) }}

@endforeach

@lang('website.Contact us')