@extends('layouts.site') @section('title', $pageTitle.' - Auctions Ontario') @section('content') @include('partials.page-banner', ['title' => $pageTitle])
@forelse ($auctioneers as $auctioneer) @empty

None listed yet. Check back soon.

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