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