@extends('frontEnd.layouts.master') @section('title', $category->meta_title) @push('css') @endpush @push('seo') @endpush @section('content')
Home / {{ $category->name }}
Showing {{ $products->firstItem() }}-{{ $products->lastItem() }} of {{ $products->total() }} Results
Filter
@foreach ($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->old_price }} ৳ {{ $value->new_price }} @if ($value->old_price) @endif

@if (!$value->prosizes->isEmpty() || !$value->procolors->isEmpty()) @else
@csrf
@endif
@endforeach
{{ $products->links('pagination::bootstrap-4') }}
{!! $category->meta_description !!}
@endsection @push('script') @endpush