@if(isset($total_refunded_amt) && $total_refunded_amt != 0)
IG Handle: {{ $customerName ?? "" }}
@endif @if(isset($type) && $type == 'preOrder')Date of Live: {{ date('d-M-Y',strtotime($order_items[0]->date_of_live)) ?? "" }}
@endif@endif @if(isset($type) && $type == 'preOrder') | Estimate Date of Arrival | @elseDate of Live | @endifType | Description | Price | Total Amount | @if($showCheckbox)Action | @endif
---|---|---|---|---|---|---|---|
@endif @if(isset($type) && $type == 'preOrder') | {{ date('d-M-Y',strtotime($order->estimated_arrival_date)) }} | @else{{ date('d-M-Y',strtotime($data->date_of_live)) }} | @endif{{ $data->crystal->type }} | {{ $data->description }} | {{ $price }} x {{ $data->quantity }} | ${{ presentPrice($data->getOrderTotalAmount()) ?? "0.00" }} | @if($showCheckbox)
@if(request()->page_name == 'open')
@endif
@if(request()->page_name == 'toBePacked')
@endif
@if(request()->page_name == 'toBeShipped')
@endif
|
@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 |