@extends('frontEnd.layouts.master') @section('title',$keyword) @push('css') @endpush @section('content')
Home / {{ $keyword }}
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')}}
@endsection @push('script') @endpush