@extends('admin.layouts.app') @section('content')
| क्र.सं. | सङ्केत नं | सम्पत्ति/जिन्सी मालसामानको विवरण | मूल्य (विल विजक अनुसार) | अन्य खर्च | जम्मा (अन्य खर्च समेत) | कैफियत | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| सङ्केत न. | नाम | स्पेसिफिकेशन | मोडल | पहिचान नं. | निर्माण भएको देश/कम्पनी | अनुमानित आयु | प्राप्तिको स्रोत | एकाइ | परिमाण | दर | जम्मा मूल्य (मु.अ.कर बाहेक) | मु.अ.कर | जम्मा मूल्य | |||||
| {{ $index + 1 }} | {{ $jinsiForm->kharidForm->id_no ?? '-' }} | {{ $kharidProduct->symbol_no ?? $maagProduct->symbol_no ?? '-' }} | {{ $kharidProduct->product_name ?? $maagProduct->product_name ?? '-' }} | {{ $kharidProduct->specification ?? $maagProduct->specification ?? '-' }} | {{ $kharidProduct->model ?? '-' }} | {{ $kharidProduct->identification_no ?? '-' }} | {{ $kharidProduct->country_of_manufacture ?? '-' }} | {{ $kharidProduct->estimated_life ?? '-' }} | {{ $kharidProduct->source ?? '-' }} | {{ $kharidProduct->unit ?? $maagProduct->unit ?? '-' }} | {{ number_format($product->qty, 2) }} | {{ number_format($product->amount, 2) }} | {{ number_format($product->total, 2) }} | @if($product->tax_type == 'vat') VAT (13%): @elseif($product->tax_type == 'custom') {{ $product->tax_percentage }}%: @else - @endif {{ number_format($product->tax_amount, 2) }} | {{ number_format($product->total_with_tax, 2) }} | {{ number_format($product->other_exp, 2) }} | {{ number_format($productGrandTotal, 2) }} | {{ $product->remarks ?? '-' }} |
| कुनै उत्पादनहरू छैनन् | ||||||||||||||||||
| जम्मा (Total): |
{{ number_format($totalQty, 2) }}
(Remaining: {{ number_format($totalRemainingQty, 2) }}) |
{{ number_format($totalAmount, 2) }} | {{ number_format($totalSubtotal, 2) }} | {{ number_format($totalTaxAmount, 2) }} | {{ number_format($totalWithTax, 2) }} | {{ number_format($totalOtherExp, 2) }} | {{ number_format($totalGrandTotal, 2) }} | |||||||||||
| थप अन्य खर्च (Additional Other Expenses): | {{ number_format($jinsiForm->other_exp, 2) }} | {{ number_format($jinsiForm->other_exp, 2) }} | ||||||||||||||||