@extends('layouts.main') @push('catalogue-nav') @include('partials.general.catalogue-nav') @endpush @section('content')
@include('partials.general.shop-slider') @if(!$products)

No Products available.

@else

TRENDING

TOP VIEW IN THIS WEEK
@foreach ($trending->data as $item)

{{$item->data[0]->product}}

{{$item->data[0]->price}} Sigma Stars

{{-- --}}
@endforeach

BEST SELLER

TOP SALE IN THIS WEEK
@foreach ($bestselling->data as $item)

{{$item->data[0]->product}}

{{$item->data[0]->price}} Sigma Stars

{{-- --}}
@endforeach
@endif
@endsection @push('script') @endpush