@extends('client.layouts.client') @section('title', 'Tiến trình') @section('content')
| ID đơn | Mã đơn | Thời gian | Dịch vụ / Máy chủ | Link / UID | Trạng thái | Số lượng | Bắt đầu | Đã tăng | Số tiền | Thao tác |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $order->id }} | {{ $order->order_code }} |
{{ $order->created_at->diffForHumans() }} {{ $order->created_at }} |
{{ $serviceName }}
{{ $svLabel }} |
{{ $order->object_id }} | {!! statusOrder($order->status, true) !!} @if(in_array($order->status, ['PendingRefundCancel','PendingRefundPartial','Refunded'])) @endif | {{ number_format($order->orderdata()['quantity']) }} | {{ number_format($order->start) }} | {{ number_format($order->buff) }} | {{ number_format($order->payment) }} đ |
{{-- Hoàn tiền --}}
@if (isset($order->server->action->refund_status) && $order->server->action->refund_status === 'on')
@endif
{{-- Bảo hành --}}
@if (isset($order->server->action->warranty_status) && $order->server->action->warranty_status === 'on')
@endif
{{-- Cập nhật --}}
{{-- Gia hạn --}}
@if (isset($order->server->action->renews_status) && $order->server->action->renews_status === 'on')
@endif
Đặt lại - Hỗ trợ |