@extends('layouts.admin') @section('title', '工单: ' . $workOrder->title) @section('content')
UUID: {{ $workOrder->uuid }}
创建时间: {{ $workOrder->created_at }}, {{ $workOrder->created_at->diffForHumans() }}。
最后更新时间: {{ $workOrder->updated_at }}。
IP 地址: {{ $workOrder->ip }}
@endif @if($workOrder->host_id) 主机: {{ $workOrder->host->name }} @endif @if($workOrder->module_id) 模块: {{ $workOrder->module->name }} @endif@parsedown($workOrder->content)