@extends('layouts.admin') @section('title', '主机') @section('content')
ID | 模块 | 名称 | 用户 | 创建时间 | 更新时间 | 操作 | @foreach ($hosts as $host)
---|---|---|---|---|---|---|
{{ $host->id }} | {{ $host->module_id }} | {{ $host->name }} | {{ $host->user->name }} | {{ $host->created_at }} | {{ $host->updated_at }} | 编辑 |