@extends('layouts.admin') @section('title', '模块: ' . $module->name) @section('content')

{{ $module->name }}

状态: , 余额: {{ $module->balance }} 元。

编辑 MQTT 授权 交易记录 快速登录 给此模块的所有用户发送通知

收益

主机

@foreach ($hosts as $host) @endforeach
ID 名称 用户 月估算价格 状态 更新时间 创建时间 操作
{{ $host->id }} {{ $host->name }} {{ $host->user->name }} {{ $host->price }} 元 {{ $host->updated_at }} {{ $host->created_at }} 编辑
{{-- 分页 --}} {{ $hosts->links() }} @endsection