@extends('layouts.admin.master') @section('body-content')
Buyers Info
{{$data->user->first_name ?? ""}} {{$data->user->last_name ?? ""}}
{{$data->user->email ?? ""}}
{{$data->user->phone ?? ""}}
{{\App\Models\Order::PAYMENT_TYPES[$data->payment_type ?? 0] ?? ""}}
{{-- --}}
  • 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 ?? ""}}
  • 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 ?? ""}}
@if(isset($data->created_at)) {{date_format($data->created_at,'d-m-Y')}} @endif
@if(isset($data->created_at)) {{date_format($data->created_at,'H:i')}} @endif
{{strtoupper($data->reference) ?? ""}}

Product Info
@if(isset($data->order_details)) @forelse($data->order_details as $order_detail) @forelse($order_detail->product as $product)

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
{{$order_detail->size_detail->size ?? ""}}

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
£
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

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

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
@empty @endforelse @empty @endforelse @endif
@endsection