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

YOU PAID YOUR BID AMOUNT SUCCESSFULLY

Congratulations, {{ $order->shipping_first_name }} {{ $order->shipping_last_name }}! You paid your bid amount successfully with “Auctions Ontario”. You will shortly receive an email at {{ $order->shipping_email }}. Payment was made using {{ $order->payment_method === 'e_transfer' ? 'Interac E-Transfer' : 'credit card' }} for $ {{ number_format($order->total, 2) }} CAD.

Amount : $ {{ number_format($order->total, 2) }} CAD
Order Number : #{{ $order->order_number }}
Creation Date : {{ $order->created_at->format("j M 'y g.i A") }}
Payment Type : {{ $order->payment_method === 'e_transfer' ? 'Interac E-Transfer' : 'Credit Card' }}
CONTINUE SHOPPING
@endsection