@extends('guard.layouts.app') @section('content') @section('title', 'Tiến trình')
|
|
@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 --}} {{-- bảo hành --}} @if (isset($order->server->action->renews_status) && $order->server->action->renews_status === 'on') @endif |
|