#
Vehicle
Bid
Time
Date
@php $count = 1; @endphp @foreach (Auth::user()->bids as $item)
{{ $count }}
{{ $item->vehicle->name }}
${{ number_format($item->bid) }}
{{ Carbon::parse($item->created_at)->format('h:m A') }}
{{ Carbon::parse($item->created_at)->format('d F Y') }}
@php $count++; @endphp @endforeach