@extends('layouts.app') @section('title', '程式碼審查報告列表') @push('styles') {{-- DataTables CSS --}} @endpush @section('content')
{{-- Flash 訊息 --}} @if (session('success')) @endif

程式碼審查報告

➕ 新增報告
@foreach ($reports as $r) @endforeach
專案 建立者 日期 操作
{{ $r->project->client?->name ?? '未分類' }}
{{ $r->project->name }}
{{ $r->user->name }} {{ $r->created_at->format('Y-m-d H:i') }} 編輯
@csrf @method('DELETE')
檢視 匯出
@endsection @push('scripts') @endpush