@php $count = 1; @endphp @foreach (Auth::user()->bids as $item) @php $count++; @endphp @endforeach
# Vehicle Bid Time Date
{{ $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') }}