@extends('frontend.template-1.partials.master') @section('content') @include('frontend.template-1.breadcrumb.breadcrumb')
image image
{{translate('Apply')}}
@if (categoryProducts()->count() > 0)
    @foreach (categoryProducts() as $category)
  • @endforeach
@endif @if (latestBidingProducts(5)->count() > 0)
@endif

{{ translate('Showing') }} {{ $live_auctions->count() }} {{ translate('result') }}

{{ translate('Filter By') }}:
@include('frontend.template-' . $templateId . '.partials.filter-products')
@endsection @push('js') @endpush