@extends('admin.layouts.invoice') @section('page-title') فاتورة طلب #{{ $order->id }} @endsection @section('content')
{!! QrCode::size(140)->generate($order->zatca_code); !!}
| التفاصيل | الحجم | الكمية | سعر الواحدة | المجموع |
|---|---|---|---|---|
| {{ $product->pivot->name }} | {{ $product->pivot->size }} {{ $product_units[$product->pivot->unit] }} | {{ $product->pivot->quantity }} | {{ $product->pivot->price }} (ر.س.) | {{ $product->pivot->price * $product->pivot->quantity }} (ر.س.) |
| سعر المنتجات | {{ $order['price'] }} (ر.س.) | |||
| رسوم التوصيل | {{ $order['delivery_price'] }} (ر.س.) | |||
| تكلفة اضافية (الرفع للأدوار العليا) | {{ $order['total_stair_cost'] }} (ر.س.) | |||
| القيمة المضافة | {{ $order['vat'] }} (ر.س.) | |||
| اجمالي الخصم | {{ $order['discount'] }} (ر.س.) | |||
| اجمالي السعر (شامل ضريبة القيمة المُضافة) | {{ $order['total_price'] }} (ر.س.) | |||