@extends('layouts.app') @section('title') Order #{{ $order->number }} @endsection @section('content')
Order #{{ $order->number }}
If you have any questions, please feel free to contact us, our customer service center is working for you 24/7.
{{ $order->datetime_formatted }}
{{ $order->deleted_at_formatted }}
{{ $order->total }} Points
{!! $order->shipping_status_badge !!}
{!! $order->tracking_number !!}
{{ $shipping->method_text }}
{{ $shipping->first_name }} {{ $shipping->last_name }}
{{ $shipping->street }}
{{ $shipping->postcode }} {{ $shipping->city }}
{{ $shipping->state }}, Malaysia
{{ $shipping->phone_number }}
Item | Price | Quantity | Total |
---|---|---|---|
@if ($product)
@if ($product->images->count())
@endif
{{ $product->name }}
Variation: {{ $variation->title }}
|
{{ $variation->pivot->unit_price }} Points | {{ $variation->pivot->quantity }} | {{ $variation->pivot->price }} Points |
Subtotal | {{ $order->subtotal }} Points | ||
Total | {{ $order->total }} Points | ||
Point Used | {{ $order->amount_to_pay }} Points |