{{-- $offer = AuctionOffer model | $driver = Driver model --}}

⏱ This offer expires in {{ max(0, now()->diffInMinutes($offer->expires_at, false)) }} minutes ({{ $offer->expires_at->format('H:i d M') }})

Vehicle
{{ $offer->auction->vehicle->vehicle_code ?? '—' }} ({{ $offer->auction->vehicle->make ?? '' }} {{ $offer->auction->vehicle->model ?? '' }})
Round
{{ $offer->round_number }} of 6
Auction
{{ $offer->auction->auction_reference ?? '—' }}
Status
{{ $offer->status }}

Driver must accept via the mobile app or API within the 60-minute window.