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

نوع الفاتـــورة

Invoice type

التاريخ

Date

{{ date("Y-m-d" , strtotime($data['master']->quotation_date)) }}

رقم الفاتورة

.Invoice No

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

أسم العميل

.Client Name

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

عنوان

Address

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

مسلسل

Serial

بيان

Desc.

وحدة

unit

القيمة

Value excl.VAT

% الضريبة

VAT %

قيمة الضريبة

Amount VAT

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

Value including VAT

{{ $key + 1 }} {{ $row->item_name }} {{ $row->unit_name}} {{ number_format($row->total_without_vat , 2 , '.' , ',' ) }} {{ $row->tax_percent ?? 15 }} % {{ number_format($row->total_vat , 2 , '.' , ',' ) }} {{ number_format($row->total_with_vat , 2 , '.' , ',' ) }}