Placed {{ $order->created_at->format('d M Y, H:i') }}
@if($order->expires_at && $order->status === 'pending') · Expires {{ $order->expires_at->format('H:i') }}@endif
@if($order->paid_at) · Paid {{ $order->paid_at->format('d M H:i') }}@endif
@if($order->status === 'pending')
Send payment to seller and mark as paid below.
@if($order->listing->bank_name)
Bank: {{ $order->listing->bank_name }} · {{ $order->listing->account_number }} · {{ $order->listing->account_name }}
@endif
@endif
View
@if($order->status === 'pending')
@endif