@if($auction->bids->count() != 0) @php $amount_paid = $auction->bids()->max('price'); @endphp {{ get_formated_currency($amount_paid, 2) }} @else - @endif