@extends('client.layouts.client') @section('content') @section('title', $service->name . ' | ' . $platform->name)

{{ $platform->name}}

@if(site('price_sort') !== 'on') @foreach ($service->servers->where('domain', request()->getHost()) as $server)
visibility == "public" ? "" : "hidden" }}>
limit(100)->value('avg_completion_time') }}" onclick="checkPrice()" @if ($server->status === 'inactive') disabled=""> @else > @endif
@endforeach
@else @foreach ($service->servers->where('domain', request()->getHost()) ->sortBy(function ($server) { return $server->levelPrice(Auth::user()->level ?? $server->price_member); }) as $server)
visibility == "public" ? "" : "hidden" }}>
limit(100)->value('avg_completion_time') }}" onclick="checkPrice()" >
@endforeach
@endif
Tổng thanh toán: 0 VNĐ

Bạn sẽ tăng 0 số lượng với giá 0 đ

Ghi Chú Quan Trọng – Nên Đọc Tránh Mất Tiền
{!! nl2br(e($service->note)) !!}
Lưu ý
{!! nl2br(e($service->details)) !!}

Lịch sử tạo đơn

@if ($service->reaction_status === 'on') @endif @if ($service->comments_status === 'on') @endif @if ($service->minute_status === 'on') @endif @if ($service->time_status === 'on') @endif {{-- @if ($service->posts_status === 'on') @endif --}} @if ($service->time_status !== 'on') @endif @if ($orders->isEmpty()) @include('admin.components.table-search-not-found', ['colspan' => 20]) @else @foreach ($orders as $order) @if ($service->reaction_status === 'on') @endif @if ($service->comments_status === 'on') @endif @if ($service->minute_status === 'on') @endif @if ($service->time_status === 'on') @endif {{-- @if ($service->posts_status === 'on') @endif --}} @if ($service->time_status !== 'on') @endif @endforeach @endif
STT Thao tác Mã gói Mã đơn hàng LINK/UID Máy chủ Số lượngCảm xúcBình luậnSố phútSố ngày Còn lạiBài viết/NgàyBan đầu Đã tăngTrạng thái Giá tiền Thanh toán Cập nhật Thời gian tạo Ghi chú
{{ $order->id }}
@if ( $order->status !== 'Completed' && $order->status !== 'Refunded' && $order->status !== 'Cancelled' && $order->status !== 'Failed' && $order->status !== 'WaitingForRefund' && $order->status !== 'WaitingForRefund' && $order->status !== 'Failed' && $order->status !== 'Partially Refunded' && $order->status !== 'Partially Completed' ) {{-- Hoàn tiền --}} @if (isset($order->server->action->refund_status) && $order->server->action->refund_status === 'on') @endif {{-- Hoàn tiền --}} @if (isset($order->server->action->up_status) && $order->server->action->up_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 --}} @endif {{-- bảo hành --}} @if (isset($order->server->action->renews_status) && $order->server->action->renews_status === 'on') @endif
{{ $order->service->package }} {{ $order->order_code }} {{ $order->object_id }} @php $servers = $service->servers->where('domain', request()->getHost())->values(); $index = $servers->search(function($sv) use ($order) { return $sv->id == ($order->object_server ?? $order->server_id); }); @endphp {{ $index !== false ? 'Server ' . ($index + 1) : 'Server?' }} {{ number_format($order->orderdata()['quantity']) }}
{{ $order->orderdata()['minute'] }} phút{{ $order->orderdata()['duration'] }} ngày {{ remainingDays($order->time, $order->remaining, true) }} {{ $order->posts ?? 0 }}/{{ $order->orderdata()['posts'] }} {{ number_format((float) $order->start) }} {{ number_format((float) $order->buff) }} {!! statusOrder($order->status, true) !!} {{ $order->price }} đ {{ number_format((float) $order->payment) }} đ {{ $order->updated_at->diffForHumans() }} {{ $order->created_at }}
{{ $orders->appends(request()->all())->links('pagination::bootstrap-4') }}
@endsection @section('script') @endsection