@extends('layouts.app') @section('title', $invoice->invoice_number) @section('page-title', 'ইনভয়েস বিস্তারিত') @section('content')
| পণ্য | পরিমাণ | একক মূল্য | সাবটোটাল |
|---|---|---|---|
| {{ $item->cylinderType->name }} | {{ $item->quantity }} | ৳{{ number_format($item->unit_price, 2) }} | ৳{{ number_format($item->subtotal, 2) }} |
| মোট: | ৳{{ number_format($invoice->total_amount, 2) }} | ||
| পরিশোধ: | ৳{{ number_format($invoice->paid_amount, 2) }} | ||
| বকেয়া: | ৳{{ number_format($invoice->due_amount, 2) }} | ||
| তারিখ | পদ্ধতি | Transaction ID | পরিমাণ | গ্রহণকারী |
|---|---|---|---|---|
| {{ $pay->paid_at->format('d M Y, h:i A') }} | {{ $pay->method_label }} | {{ $pay->transaction_id ?? '—' }} | ৳{{ number_format($pay->amount, 2) }} | {{ $pay->receivedBy->name }} |
| কোনো পেমেন্ট নেই। | ||||
সম্পূর্ণ পরিশোধিত