@extends('out.pages_master') @section('styles') @section('content')
  • Home
  • Shop
  • @isset($category)
  • {{ $category->section->name ?? "" }}
  • {{ $category->category_name ?? "" }}
  • @endisset
@if($products->count() > 0)

{{ $category->section->name ?? "" }}

{{ $category->category_name ?? ""}}

Discover Now
@include('out.promo-banner')
Filters
Region
@foreach ($products as $product)
Product
check()) data-url="{{ route('add-to-wish-list') }}" data-id="{{ $product->id }}" class="btn-product-icon btn-wishlist @if(in_array($product->id,Auth::guard('admin')->user()->wish() ))added w-icon-heart-full @else w-icon-heart @endif" @else class="btn-product-icon w-icon-heart openSignInModal" @endif title="Add to wishlist" >

{{ $product->title }}

{!! Str::limit($product->description ,60, ' ...') !!}

{{ $product->area.', '.$product->state }}
₦{{ number_format($product->price, 2) }}
@endforeach
Clean All

Categories

    @foreach ($categos as $section)
  • {{ $section->category_name }}
  • @endforeach

Price

    @foreach ($ranges as $key => $single)
  • $single->id]) }}">{{ $single->name }}
  • @endforeach
{{--
-Go
--}}
{{-- @foreach ($variables as $variableKey => $variable)

{{ $variable['name'] }}

    @foreach ($variable['values'] as $index => $value)
  • input($variable['name']) == $value) class="active" @endif onclick="updateUrl(this, '{{ $variableKey }}', '{{ $value }}')">{{ $value }}
  • @endforeach
@endforeach --}} @foreach ($params as $param) @if(count($param->postings['values']) > 0)

{{ $param->label }}

    @foreach ($param->postings['values'] as $key => $single) @if($single != "" || $single != NULL)
  • input($param->name) == $single) class="active" @endif >{{ $single }}
  • @endif @endforeach
@endif @endforeach
@else

Oops... we do not have what you're searching for. Please search for something else

@endif
@endsection @section('js') @include('location') @endsection