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