@extends(ucfirst(getScope()).'.Layout.master') @section('content')
{{ idToUsername($order->user_id) }}
{{ $order->created_at }}
{{ $delivery_address }}
| {{_t('invoice.description')}} | {{_t('invoice.quantity')}} | {{_t('invoice.Price')}} | {{_t('invoice.Discount')}} | {{_t('invoice.subtotal')}} |
|---|---|---|---|---|
{{ $product_info->name }}{{ $product_info->description }} |
@if(!$product['quantity']) 1 @else {{ $product['quantity'] }} @endif | {{ $product['subtotal'] }}$ | {{ $product['discount'] }}$ | {{ $product['total'] }}$ |
{{ $total->title }}
{{ $total->amount }}$
{{ $order->subtotal }}
{{ $discount_total }}$
{{ $order->total }}$