{{ $orderAddress->name }}
@if ($orderAddress->phone){{ $orderAddress->phone }}y
@endif @if ($orderAddress->email){{ $orderAddress->email }}
@endif{{ $orderAddress->address }}
Invoice No: #{{ $order->order_id }}
Date:{{ Carbon\Carbon::parse($order->created_at)->format('d F, Y') }}
no | items | Price Type | Author | Unit Price | Total |
---|---|---|---|---|---|
{{ ++$index }} | {{ html_decode($item->product->productlangfrontend->name) }} | {{ ucfirst($item->product->product_type) }} | {{ $item->author->name }} | {{ $setting->currency_icon }}{{ $item->price }} | {{ $setting->currency_icon }}{{ $total }} |