@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('banner_image', "banners/".$banner_data->banner_image) @section('canonical_tag', $meta_data->canonical_tag) @section('content')

{{$banner_data->banner_caption}}

@if(empty($products->count()))

Nothing yet.

Take me to the jungle
@endif @include('product_blocks_without_filters')
@endsection