Items
| Product | Qty | Total |
|---|---|---|
| {{ $item->product_name }} @if ($item->variant_label) {{ $item->variant_label }} @endif | {{ $item->quantity }} | {{ \App\Models\SiteSetting::formatPrice($item->line_total) }} |
@extends('layouts.store')
@section('title', $order->order_number)
@section('content')
Order
{{ $order->order_number }}
{{ session('status') }}
@endif| Product | Qty | Total |
|---|---|---|
| {{ $item->product_name }} @if ($item->variant_label) {{ $item->variant_label }} @endif | {{ $item->quantity }} | {{ \App\Models\SiteSetting::formatPrice($item->line_total) }} |
{{ $errors->first() }}
@endif{{ $review->rating }} Star{{ $review->comment ? ' - '.$review->comment : '' }}
{{ $complaint->subject }} - {{ $complaint->message }}
@if ($complaint->admin_response) Admin Response{{ $complaint->admin_response }}
@endif