Payment Detail
@if (number_format(($data['sales_order']['net_amount'] ?? 0) - ($data['payment_history']['paid_amount'] ?? 0), 2) != 0) Add Payment @endif
@if (!empty($data['payment_history']) && count($data['payment_history']) > 0) @foreach ($data['payment_history'] as $index => $item) @if (is_numeric($index)) @endif @endforeach @else @endif
# Party Name Amount
{{ $loop->iteration }} {{ $item['party_name'] }} {{ number_format($item['amount'] ?? '0.00', 2) }}
No data found