@foreach ($bids as $bid) @endforeach
User Bidding Amount Date Time
{{ $bid->user?->username ?? 'N/A' }} ${{ number_format((float) $bid->amount, 2, '.', ',') }} {{ $bid->created_at?->timezone('Australia/Melbourne')->format('d-m-Y h:i A') }}