@extends('company.layout.layout') @push('title') شركاتي @endpush @push('breadcrumbs')
| المنتج | الكمية | سعر الوحدة | نسبة الخصم | الخصم | السعر الكلي | السعر بالضرائب |
|---|---|---|---|---|---|---|
| {{$item->product->name_ar}} | {{ $item_data['elements']}} | {{$item->price}} {{ all_currencies($cart->currency) ??'' }} | {{$item_data['discount']}} ٪ | {{$item_data['discount_value']}} {{ all_currencies($cart->currency) ??'' }} | {{$item->price * $item->quantity}} {{ all_currencies($cart->currency) ??'' }} | {{$item_data["total_with_tax"]}} {{ all_currencies($cart->currency) ??'' }} |
| حالة الطلب | اسم منشئ الطلب | تاريخ الدفع | اجمالي المبلغ |
|---|---|---|---|
| {{payment_status( $cart->payment_status )}} | {{$cart->admin->name}} | {{$cart->payment_date}} | {{ $cart->total_price_with_tax()['total_with_tax'] }} {{ all_currencies($cart->currency) ??'' }} |