@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Title') }} | {{ __('Item') }} | {{ __('Price') }} | {{ __('Qty') }} | {{ __('Subtotal') }} |
---|---|---|---|---|
{{ $detail->name_translate }} |
|
JOD {{ $detail->Quantity > 0 ? $detail->Total_Price / $detail->Quantity : 0 }} | {{ $detail->quantity_beforeEdit }} {{ $detail->Quantity }} | {{ $detail->totalPrice_beforeEdit }} JOD {{ $detail->Total_Price }} |
{{ __('Subtotal') }} | JOD {{ $order->Sub_Total }} | |||
{{__('Delivery Charge')}} | {{ $order->Delivery_Charge }} JOD | |||
{{__('User Discount')}} | % {{ $order->user_discount }} | |||
{{__('Discount')}} | % {{ $order->Coupon_Amount }} | |||
{{__('Grand Total')}} | {{ $order->Grand_Total }} JOD |