{!! $data['branch_data']->print_label_en !!}
عرض سعر
Quotation
{!! $data['branch_data']->print_label_ar !!}

رقم عرض السعر

Quotation No

{{ $data['master']->m_id }}

أسم العميل

.Client Name

{{ $data['customer']->name }}

عنوان

Address

{{ $data['customer']->address }}
@foreach($data['details'] as $key => $row) @endforeach

مسلسل

Serial

بيان

Desc.

الكميه

QTY

وحدة

unit

سعر الوحده

Unit Price

الخصم

Unit Discount

القيمة

Value excl.VAT

% الضريبة

VAT %

قيمة الضريبة

Amount VAT

الإجمالي شامل الضريبة

Value including VAT

{{ $key + 1 }} @if( strlen( $row->item_image ) > 5 ) @endif
{{ $row->item_name }}
{{ $row->quantity}} {{ $row->unit_name}} {{ number_format($row->item_price , 2 , '.' , ',' ) }} {{ number_format($row->item_discount , 2 , '.' , ',' ) }} {{ number_format($row->total_without_vat , 2 , '.' , ',' ) }} {{ $row->tax_percent ?? 15 }} % {{ number_format($row->total_vat , 2 , '.' , ',' ) }} {{ number_format($row->total_with_vat , 2 , '.' , ',' ) }}