@if(isset($total_refunded_amt) && $total_refunded_amt != 0)
Total Refunded: ${{ presentPrice($total_refunded_amt) ?? "0.00" }}
@endif @php $showCheckbox = false; if(in_array(request()->page_name,['open','toBePacked','toBeShipped'])){ $showCheckbox = true; } @endphp
@if(isset($customerName))

IG Handle: {{ $customerName ?? "" }}

@endif @if(isset($type) && $type == 'preOrder')

Date of Live: {{ date('d-M-Y',strtotime($order_items[0]->date_of_live)) ?? "" }}

@endif
@if($showCheckbox) @endif @if(isset($type) && $type == 'preOrder') @else @endif @if($showCheckbox) @endif @if($order_items && $order_items->count() > 0) @foreach($order_items as $key => $data) @php $price = ($data->price < 0) ? "-$".abs($data->price) : $data->price; @endphp @if($showCheckbox) @endif @if(isset($type) && $type == 'preOrder') @else @endif @if($showCheckbox) @endif @endforeach @if(isset($additional_items) && $additional_items && $additional_items->count() > 0) @foreach($additional_items as $addon_item) @endforeach @endif @else @endif
Estimate Date of ArrivalDate of LiveType Description Price Total AmountAction
{{ date('d-M-Y',strtotime($order->estimated_arrival_date)) }}{{ date('d-M-Y',strtotime($data->date_of_live)) }}{{ $data->crystal->type }} {{ $data->description }} {{ $price }} x {{ $data->quantity }} ${{ presentPrice($data->getOrderTotalAmount()) ?? "0.00" }}
@if(request()->page_name == 'open') @endif @if(request()->page_name == 'toBePacked') @endif @if(request()->page_name == 'toBeShipped') @endif
{{ date('d M, Y',strtotime($addon_item->pivot->created_at)) }} {{ $addon_item->title }} {{ $addon_item->title }} ${{ $addon_item->price }} x {{ $addon_item->pivot->quantity }} ${{ $addon_item->price*$addon_item->pivot->quantity }}
No Data Found

@if(!isset($type))
Total Invoice Amount : ${{ presentPrice($total_invoice_amount) ?? "0.00" }}
Total Addon Amount : ${{ presentPrice($total_addon_amount) ?? "0.00" }}
Sub Total : ${{ presentPrice($sub_total) ?? "0.00" }}
{{ trans('frontend.discount_voucher') }} {{ ($discountCodes) ? '('.$discountCodes.')' : "" }} : - ${{ presentPrice($total_discount) ?? "0.00" }}
{{ trans('frontend.live_discount') }} : - ${{ presentPrice($live_sale_discount) ?? "0.00" }}
Shipping : ${{ presentPrice($shipping_cost) ?? "0.00" }}
@endif
Order Total : ${{ presentPrice($total_payment) ?? "0.00" }}