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

SELL SMARTER WITH AUCTIONS ONTARIO!

Looking for an easy, hassle-free way to sell online? Skip the big marketplaces and list your items with Auctions Ontario—a Canadian-first platform built for dealers, sellers and the general public who want better results.

Submit Your Item

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
@endsection