{{-- $offers = Collection of AuctionOffer with driver --}}
| Round | Driver | Status | Sent | Responded |
|---|---|---|---|---|
| {{ $offer->round_number }} | {{ $offer->driver->full_name }} {{ $offer->driver->driver_code }} |
{{ ucfirst($offer->status) }} | {{ $offer->created_at->format('H:i d M') }} | {{ $offer->responded_at?->format('H:i d M') ?? '—' }} |