الرقم الضريبي: {{ $return->company->tax_number }}
@endif @if(optional($return->company)->commercial_record)السجل التجاري: {{ $return->company->commercial_record }}
@endif @if(optional($return->company)->address)العنوان: {{ $return->company->address }}
@endif @if(optional($return->company)->phone)الهاتف: {{ $return->company->phone }}
@endif{{ $return->return_type === 'debit_note' ? 'Debit Note' : 'Purchase Return' }}
| # | اسم الصنف | الوحدة | الوصف | الكمية | سعر الوحدة | خصم % | ضريبة % | الإجمالي |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ optional(optional($item->invoiceItem)->item)->name ?? '-' }} | {{ optional(optional(optional($item->invoiceItem)->itemUnit)->unit)->name ?? '-' }} | {{ $item->description ?? '-' }} | {{ number_format($item->quantity, 2) }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->discount_amount, 2) }}% | {{ number_format($item->tax_rate + ($item->tax_rate_2 ?? 0), 2) }}% | {{ number_format($item->total, 2) }} |
| لا توجد بنود في هذا المرتجع | ||||||||