@if (!empty($outifitsData[$character->player_id]))
@foreach ($outifitsData[$character->player_id] as $outfit)
@endforeach
@else
@endif
Auction Start:
{{ date('M d Y, H:s:i', strtotime($character->date_start)) }}
Auction End:
@if (date('M d Y, H:i:s', strtotime($character->date_end)) !== 'Jan 01 1970, 01:00:00')
{{ date('M d Y, H:i:s', strtotime($character->date_end)) }}
@else
It still doesn't have time to expire.
@endif
Current Bid:
{{ $character->bid_price > 0 ? $character->bid_price : $character->price }}
Ravenor Coins