@extends('admin.layouts.master') @section('title', 'عرض سعر #'.$quotation->quotation_no) @section('page-header')
@endsection @section('content')| الوصف | النوع | المقاس | الكمية | سعر الوحدة | الإجمالي |
|---|---|---|---|---|---|
| {{ $line->description }} | {{ ['offset'=>'أوفست','digital'=>'ديجيتال','flex'=>'فلكس','packaging'=>'تغليف'][$line->printing_type] ?? $line->printing_type }} | {{ $line->final_size ?? '-' }} | {{ number_format($line->quantity) }} | {{ number_format($line->unit_price, 2) }} | {{ number_format($line->total_price, 2) }} |
{{ $quotation->terms }}
@endif @if($quotation->notes){{ $quotation->notes }}
@endif| الإجمالي قبل الخصم: | {{ 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) }} ج.م |