@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') }} |
---|---|---|---|---|
{{ langConverter($od->product->en_Product_Name, $od->product->fr_Product_Name) }} |
|
{{ currencyConverter($od->Price) }} | {{ $od->Quantity }} | {{ currencyConverter($od->Total_Price) }} |
{{ __('Subtotal') }} | {{ currencyConverter($order->Sub_Total) }} | |||
{{ __('Tax') }} | {{ currencyConverter($order->Tax) }} | |||
{{ __('Delivery Charge') }} | {{ currencyConverter($order->Delivery_Charge) }} | |||
{{ __('Discount (-)') }} | {{ currencyConverter($order->Coupon_Amount) }} | |||
{{ __('Grand Total') }} | {{ currencyConverter($order->Grand_Total) }} |