@extends('layouts.app') @section('title', '主机') @section('content')
更快捷的管理计费项目。更高级的管理请前往 "仪表盘"。
ID | 模块 | 名称 | 月估算价格 | 状态 | 更新 / 创建 时间 | 操作 | @foreach ($hosts as $host)
---|---|---|---|---|---|---|
{{ $host->id }} | {{ $host->module->name }} | {{ $host->name }} |
@if ($host->managed_price !== null)
{{ $host->managed_price }} 元
@else
{{ $host->price }} 元
@endif
@if ($host->isMonthly()) 月付 @endif |
不自动续费 @endif |
{{ $host->updated_at }}
{{ $host->created_at }} @if ($host->isTrial()) 试用到 {{ $host->trial_ends_at }} @endif |
暂停此主机
@endif
@if (!$host->isHourly())
{{ $host->isNextMonthCancel() ? '启用自动续订' : '取消自动续订'}}
@endif
删除
@endif
@if(!$host->isSuspended())
|