Order No : {{ $aggregator_order_number != null ? $aggregator_order_number."/" : "" }}
{{$order_no}}

Order Date : {{date('d-m-Y', strtotime($booking_date))}} {{ \Carbon\Carbon::createFromTimestamp($booking_time, 'Asia/Kolkata')->format('H:i A') }}

Invoice To

Invoice From

{{$user_name}}

{{$user_address}}

{{$user_email}}

{{$user_number}}

{{$shop_name}}

{{$shop_address}}

{{$shop_email}}

{{$shop_number}}

@php $subtotal_third = 0; $subtotal_cus_third = 0; @endphp @if($order_details) @foreach($order_details as $order_detail) @php if (count($order_detail->customers_items) > 0) { foreach($order_detail->customers_items as $key => $items) { $datacustom = $items->unit_price * $items->quantity; $subtotal_cus_third += (float)$datacustom; } } $dataaddSub = $order_detail->quantity * $order_detail->variant_amount; $subtotal_third += (float)$dataaddSub; @endphp @endforeach @endif
S.No Items Qty Price Amount
{{ $loop->index+1 }} {{$order_detail->item_name}} @if (count($order_detail->customers_items) > 0) @foreach($order_detail->customers_items as $key => $items)
  • {{$items->item->name}}
  • @endforeach @else @endif
    {{$order_detail->quantity}} @if (count($order_detail->customers_items) > 0) @foreach($order_detail->customers_items as $key => $items)
    {{$items->quantity}} @endforeach @else @endif
    ₹ {{$order_detail->variant_amount}} @if (count($order_detail->customers_items) > 0) @foreach($order_detail->customers_items as $key => $items)
    ₹ {{$items->unit_price}} @endforeach @else @endif
    ₹ {{$order_detail->quantity * $order_detail->variant_amount}} @if (count($order_detail->customers_items) > 0) @foreach($order_detail->customers_items as $key => $items)
    ₹ {{$items->unit_price * $items->quantity}} @endforeach @else @endif

    Sub Total :

    ₹ {{$subtotal_third + $subtotal_cus_third}}

    Tax :

    ₹ {{$tax_amount}}

    Delivery Charge :

    ₹ {{$delivery_charge}}

    @if ($packaging_charge != '0')

    Packaging Charge :

    ₹ {{$packaging_charge}}

    @endif @if ($wallet_status != '0')

    Wallet :

    ₹ {{$wallet}}

    @endif @if ($tips != null)

    Tips :

    ₹ {{$tips}}

    @endif

    Discount :

    (-)₹ {{$discount_amount}}

    Grand Total :

    ₹ {{$grand_total}}

    Note: Thank you for doing Business with us.