{{ $invoice->number }} فاتورة رقم #
{{ $invoice->number }} فاتورة رقم #
يدفع لى:
{{$invoice->supplier->company_name}}
{{$invoice->supplier->company_name}}
يشحن الى:
{{$invoice->shipping_address}}
{{$invoice->shipping_address}}
وسيلة الدفع:
{{ $invoice->payment_type ?? "N/A" }}
{{ $invoice->payment_type ?? "N/A" }}
تاريخ الطلب
{{ $invoice->invoice_date }}
{{ $invoice->invoice_date }}
تفاصيل الفاتورة
| الرقم. | المنتج | السعر |
|---|---|---|
| {{ $index +1 }} | {{ $product->product->name }} | $ {{ $product->selling_price }} |
| {{ $index +1 }} | {{ $service->service->name }} | $ {{ $service->selling_price }} |
| {{ $index +1 }} | {{ $account->name }} | $ {{ $account->selling_price }} |
| Sub Total | $ {{ $invoice->total }} | |
| Total |
${{ $invoice->total }} |
|
{{-- {{ $invoice->id }} --}}
ارسل الفاتورة
{{-- onclick="sendMail({{ $invoice->id }})" --}}