@extends('admin.layout.default') @section('content')
| Product Name | {{ $order->json['data']['orderItemDetail']['productName'] }} |
|---|---|
| Product Price | {{ config('constants.CURRENCY_SYMBOL')}} {{ $order->json['data']['orderItemDetail']['price'] }} |
| Product Detail | {{ $order->json['data']['orderItemDetail']['description'] }} |
| {{ $optionalProducts['labelNames'] }} | @foreach($optionalProducts['labelOptions'] as $optionalSubProducts) |
|---|---|
| {{ $optionalSubProducts['optionName'] }} | {{ config('constants.CURRENCY_SYMBOL')}} {{ $optionalSubProducts['price'] }} |
| {{ $customizeLabels['labelNames'] }} | @endforeach @endisset||
|---|---|---|
| {{ $customizeProducts['labelNames'] }} | {{ $customizeProducts['selectedOption']['0']['isSelected'] }} | {{ $customizeProducts['selectedOption']['1']['isSelected'] }} |
| {{ $additionalItem['itemName'] }} | {{ config('constants.CURRENCY_SYMBOL')}} {{ $additionalItem['price'] }} |
| Total Amount | {{ config('constants.CURRENCY_SYMBOL')}} {{ $totalOrderAmount }} |
| Amount Type | @if($paymentMode['0']['payment_mode'] =="1") {{ "Online Payment" }} @elseif($paymentMode['0']['payment_mode']=="2") {{ "Cash" }} @else {{ "Payment Not Done" }} @endif |
| EXPORT |
Order Assigned to Merchant : {{ $branchName->name }}
@if(($paymentMode->delivery_time!='00:00:00'))Time to deliver order : {{ $paymentMode->delivery_time }}
@else @endif @endif @elseOrder Assigned to Merchant : {{ $branchName->name }}
@if(($paymentMode->delivery_time!='00:00:00'))Time to deliver order : {{ $paymentMode->delivery_time }}
@else @endif @endif @elseif($paymentMode->status =='5') @if($paymentMode->accept_reject_datetime!='')Order is rejected at {{ date('d/M/Y H:i a',strtotime($paymentMode->accept_reject_datetime)) }}
@elseOrder is rejected
@endif @else @if($paymentMode->pickup_type == "0")Order Assigned to Merchant : {{ $branchName->name }}
Time for preparation and delivery of Order : {{ $paymentMode->delivery_time }} (hrs:min:sec)
@elseOrder Assigned to Merchant : {{ $branchName->name }}
Time for preparation of Order : {{ $paymentMode->delivery_time }} (hrs:min:sec)
@endif @endif