@extends('frontEnd.layouts.master') @section('title') @push('seo') @endpush @push('css') @endpush @section('content')
{{--
--}}
@if($generalsetting->show_all_products)

All Products

@foreach($all_products as $key=>$value)
@if($value->old_price)

@php $discount=(((($value->old_price)-($value->new_price))*100) / ($value->old_price)) @endphp {{number_format($discount,0)}}%

ছাড়
@endif
{{$value->name}} @if($value->stock < 1)
STOCK OUT
@endif

৳ {{ $value->old_price}} ৳ {{ $value->new_price}} @if($value->old_price) @endif

@if(! $value->prosizes->isEmpty() || ! $value->procolors->isEmpty() || ($value->stock < 1)) @else
@csrf
@endif
@endforeach
@endif @if($sliderbottomads)
@foreach($sliderbottomads as $bottomAds) @endforeach
@endif @if($generalsetting->show_category_wise_products) @foreach ($homeproducts as $homecat)

{{ $homecat->name }}

@foreach ($homecat->products as $key => $value)
@if($value->old_price)

@php $discount=(((($value->old_price)-($value->new_price))*100) / ($value->old_price)) @endphp {{ number_format($discount, 0) }}%

ছাড়
@endif
{{ $value->name }} @if($value->stock < 1)
STOCK OUT
@endif

@if ($value->old_price) ৳ {{ $value->old_price }} @endif ৳ {{ $value->new_price }}

@if (!$value->prosizes->isEmpty() || !$value->procolors->isEmpty() || ($value->stock < 1)) @else
@csrf
@endif
@endforeach
@endforeach @endif @if($campaognads)
@foreach($campaognads as $campaignAds) @endforeach
@endif @if($reviews->count()>0)
সম্মানীত কাষ্টমারদের পজিটিভ রিভিউ
@endif
@foreach($footertopads as $footerAds) @endforeach
@endsection @push('script') @endpush