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