{{-- @foreach($orders as $order)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}}
ID Customer Detail Order Detail Status Total Amount Created At Action
--}} {{-- {{ $order->id }}--}} {{-- --}} {{--

--}} {{-- Customer ID: {{ $order->customer_id }}--}} {{--
--}} {{-- Name: {{ !empty($order->customer_name) ? $order->customer_name : 'N/A' }}--}} {{--
--}} {{-- Phone#: {{!empty($order->customer_contact) ? $order->customer_contact : 'N/A' }}--}} {{--
--}} {{-- Delivery--}} {{-- Address: {{!empty($order->delivery_address) ? $order->delivery_address : 'N/A' }}--}} {{--
--}} {{-- Email: {{ !empty($order->customer_email) ? $order->customer_email : 'N/A' }}--}} {{--

--}} {{--
--}} {{-- @foreach($order->orderItems as $orderItem)--}} {{-- @foreach($orderItem->orderItemProducts as $orderItemProduct)--}} {{--

--}} {{-- Brand: {{ $orderItemProduct->brand_name }}--}} {{-- Category: {{ $orderItemProduct->category_name }}--}} {{-- Product: {{ $orderItemProduct->product_name }}--}} {{--

--}} {{--
--}} {{-- @endforeach--}} {{-- @foreach($orderItem->orderItemDeals as $orderItemDeal)--}} {{--

--}} {{-- Deal--}} {{-- Name: {{!empty($orderItemDeal->deal_name) ? $orderItemDeal->deal_name : 'N/A' }}--}} {{-- ,--}} {{-- Qty: {{!empty($orderItemDeal->quantity) ? $orderItemDeal->quantity: 'N/A' }}--}} {{--
--}} {{-- Strike--}} {{-- Price: {{!empty($orderItemDeal->strike_price) ? $orderItemDeal->strike_price: 0}}--}} {{--
--}} {{-- Actual--}} {{-- Price: {{ !empty($orderItemDeal->actual_price) ? $orderItemDeal->actual_price: 0}}--}} {{--

--}} {{--
--}} {{-- @endforeach--}} {{-- @endforeach--}} {{--
--}} {{-- {{ $order->status->status }}--}} {{-- --}} {{-- {!! $currencySign !!} @if($order->is_promo_code == 0){{ $order->actual_price }} @else {{ $order->discounted_price }} @endif--}} {{-- {{ $order->created_at}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($order->status->status == 'Delivered' || $order->status->status == 'Dispatched')--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{--