@extends('layouts.main') @section('content') @push('css') @endpush Order referel : {{ $order->prefix . $order->id }} Ordered Date: {{ $order->confirmed_at->format('d-m-Y H:i') }} Delivery Date: @if( $order->delivered_at ) {{ $order->delivered_at }} @else {{ $order->expected_time->format('d-m-Y H:i') }} @endif {{ $order->user->name }} {{ $order->user->email }} {{ $order->user->mobile }} @if ($order->order_status == 7 || $order->order_status == 5) Review @endif Order From (Shop) {{ $order->cart->shop->name }} {{ $order->cart->shop->street }}, {{ $order->cart->shop->area }} {{ $order->cart->shop->city }} {{-- {{$order->cart->centre->user->email}} {{$order->cart->centre->user->mobile}} --}} Order Instructions from Customer {{-- {{$order->cart->instructions}} --}} {{ isset($order->cart->instructions) ? $order->cart->instructions : 'No Instructions Provided' }} Delivered to {{ $address->address }} {{ $address->landmark }} {{ isset($address->google_address) ? $address->google_address : '' }} {{-- {{$order->address->landmark}}, --}} location)) value="{{$order->location}}" @endif readonly> Save Item Toppings Cost Qty Variant Price @forelse ($order->cart->cartProduct as $item) {{ $product->name }} @if (isset($item->toppings) && $item->toppings !== 'null')