@extends('layouts.app') @section('title', '防火牆申請初審') @section('content')
{{ $r->ip_address }}
| # | 申請人 | IP | Port | 申請原因 | 狀態 | 初審備註 | 初審時間 |
|---|---|---|---|---|---|---|---|
| {{ $r->id }} |
{{ $r->user->name }}
{{ $r->user->email }}
|
{{ $r->ip_address }} |
@foreach($r->ports as $p) {{ $p }} @endforeach | {{ $r->reason }} | {{ $r->statusLabel() }} | {{ $r->supervisor_note ?: '—' }} | {{ $r->supervisor_reviewed_at?->format('Y/m/d H:i') ?? '—' }} |
| 尚無紀錄 | |||||||