@extends('layouts.site') @section('title', 'Login - Auctions Ontario') @section('content') @include('partials.page-banner', ['title' => 'Login'])
@csrf
@if (Route::has('password.request')) @endif

Don't Have an account? Sign Up

@endsection