@extends('layouts.layoutapp') @section('content')
Review the items, then enter the payment.
{{ $index + 1 }}
{{ $line['product_name'] }}
{{ $suppliers[$line['supplier_id']] ?? '-' }}
{{ rtrim(rtrim(number_format($line['qty'], 2, '.', ''), '0'), '.') }}
₹ {{ number_format($line['unitPrice'], 2) }}
₹ {{ number_format($line['amount'], 2) }}
Total Amount for this Purchase