@extends('admin.main') @section('main')
|
Created At:
|
{{ maskDate($saleData->created_at) }} |
|
Tipo de pagamento
|
Online |
|
Tipo de envio
|
{{ $saleData->shipping_type }} |
|
Name
|
|
|
Email
|
{{ $customerData->email }} |
|
Phone
|
{{ $addressData->celphoneP }} |
|
Pagamento
|
|
|
Status
|
|
|
Code
|
|
|
Attention!
|
Delete order |
| Product | ID | Quantity | Value | Total |
|---|---|---|---|---|
|
@if (count($product->productData->images) > 0)
@else
@endif
{{ $product->productData->product_title }}
@if ($product->product_variations)
@foreach (json_decode($product->product_variations) as $key => $value)
+ {!! $value !!}
@endforeach
@endif
|
{{ $product->productData->id }} | {{ $product->product_qt }} | {{ formatMoney(0, true) }} | {{ formatMoney(0, true) }} |
| Subtotal | {{ formatMoney(0, true) }} | |||
| Valor do Frete | {{ formatMoney($saleData->value_shipping, true) }} | |||
| Valor Total | {{ formatMoney($saleData->value_total, true) }} | |||
| Date Added | Comment | Order Status | Customer Notifed |
|---|---|---|---|
| 30/03/2022 | Order completed |
Completed
|
No |
| 29/03/2022 | Order received by customer |
Delivered
|
Yes |
| 28/03/2022 | Order shipped from warehouse |
Delivering
|
Yes |
| 27/03/2022 | Payment received |
Processing
|
No |
| 26/03/2022 | Pending payment |
Pending
|
No |
| 25/03/2022 | Payment method updated |
Pending
|
No |
| 24/03/2022 | Payment method expired |
Failed
|
Yes |
| 23/03/2022 | Pending payment |
Pending
|
No |
| 22/03/2022 | Order received |
Pending
|
Yes |
| IP Address | 172.68.221.26 |
| Forwarded IP | 89.201.163.49 |
| User Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 |
| Accept Language | en-GB,en-US;q=0.9,en;q=0.8 |