@extends('inner_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend_content')

{{ __('Popular Products') }}

@include('frontend.shop.sidebar_search')

{{ __('Showing') }} {{ $products->firstItem() }}–{{ $products->lastItem() }} of {{ $products->total() }} {{ __('results') }}

@if ($products->count() > 0)
@foreach ($products as $product)
@if($product->offer_price)
{{ round($product->offer_price) }} % {{ __(' Off') }}
@endif Modern Gold Door Handle
@php $rating = $product?->avg_rating ?? 0; $fullStars = floor($rating); $halfStar = $rating - $fullStars >= 0.5 ? 1 : 0; $emptyStars = 5 - $fullStars - $halfStar; @endphp
@for ($i = 0; $i < $fullStars; $i++) {{ get_svg('innerpage.star_full') }} @endfor @if ($halfStar) {{ get_svg('innerpage.half_star') }} @endif @for ($i = 0; $i < $emptyStars; $i++) {{ get_svg('innerpage.empty_star') }} @endfor ({{ $product->review_count }} {{ __('Ratings') }})
{{ $product?->name }}
{!! $product->price_display !!}
@endforeach
@else @include('frontend.shop.not_found') @endif
@if (count($products) > 0)
@foreach ($products as $product)
@if($product->offer_price)
{{ round($product->offer_price) }} % {{ __(' Off') }}
@endif Modern Gold Door Handle
@php $rating = $product?->avg_rating ?? 0; $fullStars = floor($rating); $halfStar = $rating - $fullStars >= 0.5 ? 1 : 0; $emptyStars = 5 - $fullStars - $halfStar; @endphp
@for ($i = 0; $i < $fullStars; $i++) {{ get_svg('innerpage.star_full') }} @endfor @if ($halfStar) {{ get_svg('innerpage.half_star') }} @endif @for ($i = 0; $i < $emptyStars; $i++) {{ get_svg('innerpage.empty_star') }} @endfor ({{ $product->review_count }} {{ __('Ratings') }})
{{ $product?->name }}
{!! $product->price_display !!}

{{ $product?->translate?->short_description }}

@endforeach
@else @include('frontend.shop.not_found') @endif
@include('frontend.shop.paginate')
@endsection @push('script_section') @endpush