@extends('frontend.template-1.partials.master') @section('content') @include('frontend.template-1.breadcrumb.breadcrumb')
image image
@if($live_auctions->count() > 0) @foreach($live_auctions as $key=>$productItem)
@include('frontend.template-1.partials.live_auction')
@endforeach @else

{{translate('No Data Found')}}

@endif
@endsection