@extends('layouts.site') @section('title', 'Buy & Sell - Auctions Ontario') @section('content') @include('partials.page-banner', ['title' => 'Buy & Sell'])

Buy & Sell Your Items

@forelse ($lots as $lot) @include('partials.lot-card', ['lot' => $lot]) @empty

No items are listed yet. Sell your items to get started.

@endforelse
{{ $lots->links() }}
@endsection