| # | الوصف | المواصفات | الكمية | سعر الوحدة | الإجمالي |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $line->description }} | {{ ['offset'=>'أوفست','digital'=>'ديجيتال','flex'=>'فلكس','packaging'=>'تغليف'][$line->printing_type] ?? '' }} @if($line->final_size) - {{ $line->final_size }}@endif @if($line->paper_weight) - {{ $line->paper_weight }} جرام@endif @if($line->colors_front) - {{ $line->colors_front }}+{{ $line->colors_back ?? 0 }}@endif | {{ number_format($line->quantity) }} | {{ number_format($line->unit_price, 2) }} ج.م | {{ number_format($line->total_price, 2) }} ج.م |
| الإجمالي قبل الخصم: | {{ number_format($quotation->subtotal, 2) }} ج.م |
| الخصم: | {{ number_format($quotation->discount_amount, 2) }} ج.م |
| الضريبة ({{ $quotation->tax_percent }}%): | {{ number_format($quotation->tax_amount, 2) }} ج.م |
| الإجمالي النهائي: | {{ number_format($quotation->total_amount, 2) }} ج.م |