@extends('layouts.admin.master') @section('body-content') Buyers Info Name {{$data->user->first_name ?? ""}} {{$data->user->last_name ?? ""}} Email {{$data->user->email ?? ""}} Contact Number {{$data->user->phone ?? ""}} Payment Type {{\App\Models\Order::PAYMENT_TYPES[$data->payment_type ?? 0] ?? ""}} {{-- Order Status {{$data->status ?? ""}} --}} Billing Address Country: {{$billing->country ?? ""}} Address Line 1 : {{$billing->street_address ?? ""}} Address Line 2 : {{$billing->appartment_address ?? ""}} City/Town: {{$billing->city ?? ""}} County : {{$billing->state ?? " "}} Post Code: {{$billing->post_code ?? ""}} Contact Number : {{$billing->phone ?? ""}} Shipping Address Country: {{$shipping->country ?? ""}} Address Line 1 : {{$shipping->street_address ?? ""}} Address Line 2 : {{$shipping->appartment_address ?? ""}} City/Town: {{$shipping->city ?? " "}} County : {{$shipping->state ?? ""}} Post Code: {{$shipping->post_code ?? ""}} Contact Number : {{$shipping->phone ?? ""}} Tracking Track /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 106 )">Submit Order Date @if(isset($data->created_at)) {{date_format($data->created_at,'d-m-Y')}} @endif Order Time @if(isset($data->created_at)) {{date_format($data->created_at,'H:i')}} @endif Reference {{strtoupper($data->reference) ?? ""}} Product Info @if(isset($data->order_details)) @forelse($data->order_details as $order_detail) @forelse($order_detail->product as $product) Product Name Warning: Undefined variable $product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 156 Warning: Attempt to read property "product_name" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 156 Size {{$order_detail->size_detail->size ?? ""}} Price Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 172 Warning: Attempt to read property "price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 172 Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 173 Warning: Attempt to read property "price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 173 0.00 Discount £ Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 181 Warning: Attempt to read property "discount" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 181 0.00 Quantity Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 189 Warning: Attempt to read property "quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 189 SKU Warning: Undefined variable $product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 197 Warning: Attempt to read property "sku" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 197 Action /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 206 , Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 206 Warning: Attempt to read property "odd" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 206 , Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 206 Warning: Attempt to read property "refund" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-detail-buyer.blade.php on line 206 )">@if($order_detail->refund==0) Refund @else Refunded @endif @empty @endforelse @empty @endforelse @endif @endsection