@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: {{ \Carbon\Carbon::parse($order->cart->scheduled_at)->format('d-m-Y') }} ( {{ $order->cart->from }} - {{ $order->cart->to }} ) {{ $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 }} {{-- {{$order->address->landmark}}, --}} Item Toppings Cost Qty Price @forelse ($order->cart->cartProduct as $item) {{ $product->name }} @if (isset($item->toppings) && $item->toppings !== 'null')