@extends('frontend.layouts.app') @section('content')
@foreach($products as $product) @if($product->category) @if($product->category->slug =='Nails')
Rs {{$product->price}}
@endif @endif @endforeach
@foreach($products as $product) @if($product->category->slug =='eye-liner')
Rs {{$product->price}}
@endif @endforeach
@foreach($products as $product) @if($product->category->slug =='perfume')
Rs {{$product->price}}
@endif @endforeach
{{--
--}}

Best Sellers

@foreach($bestsellerproducts as $product)
Rs {{$product->price}}
@endforeach

Our Services

@stop