@include('more.partials._header') @include('more.partials.search') {{ $total_stores }} @if ($total_stores > 1) stores @else store @endif found Sort By A to Z (title) Z to A (title) Data Added (oldest) Most Viewed Less Viewed Price (low to high) Price (high to low) @if ($total_stores > 0) @foreach ($stores as $s) {{-- BOOSTED class: top-rated-grid --}} {{-- HIGHEST VIEWS: item-trending --}} {{-- @if ($ad['price_type'] === 'on_call') Contact seller @else @if ($ad['price'] == 0) Contact seller @else KES {{ number_format($ad['price'], 2) }} @endif @endif --}} {{-- {{ $ad['sub_cat_name'] }} --}} {{ $s['name'] }} {{-- {{ \Illuminate\Support\Str::limit($ad['title'], 15, $end = '...') }} --}} {{-- New --}} Registered {{ \Carbon\Carbon::parse($s['created_at'])->diffForHumans() }} {{-- --}} {{ $s['visits'] }} {{-- BOOSTED class: top-rated-list --}} {{-- TOP VIEWS: item-trending --}} {{ $s['name'] }} {{-- New --}} {{ \Carbon\Carbon::parse($s['created_at'])->diffForHumans() }} {{-- {{ $ad['ad_summary'] }} --}} {{-- Sell --}} {{-- 86 Views --}} 35 {{-- @if ($ad['visits'] > 1) {{ $ad['visits'] }} views @else {{ $ad['visits'] }} view @endif --}} {{-- @if ($ad['price_type'] === 'on_call') Contact seller @else @if ($ad['price'] == 0) Contact seller @else KES {{ number_format($ad['price'], 2) }} @endif @endif --}} Details @endforeach @else No Stores listed yet @endif {{-- Pagination --}} Previous {{ $current_page }} @if ($next_page_url != null) {{ $current_page + 1 }} @endif Next @include('more.partials._footer')
{{-- {{ $ad['ad_summary'] }} --}}
No Stores listed yet