Payment
@if ($selected_order->status != 'canceled') @if ($PendingPaymentAmount != 0) @endif @endif
@if ($salesPayment->isNotEmpty())
@foreach ($salesPayment as $index => $Payment) @endforeach
# Date Amount Description
{{ $index + 1 }} {{ \Carbon\Carbon::parse($Payment->created_at)->format('d/m/Y h:i A') }} {{ number_format($Payment->payable_amount ?? '-', 2) }} {{ $Payment->description }}
@else

No related Payments found.

@endif