@extends('layouts.app') @section('title', '議題清單') @push('head') @endpush @push('scripts') @endpush @section('content') @php // $allStatuses、$allTrackers、$allPriorities 由 controller 傳入 @endphp {{-- 頂部 --}}
{{-- Tab --}}{{ $showArchived ? '封存議題' : '議題清單' }}
| # | 專案 | 類型 | 狀態 | 優先權 | 主旨 | {!! $thSort('被分配', 'assignee') !!} | 建立者 | {!! $thSort('更新日期', 'updated_at') !!} | {!! $thSort('建立日期', 'created_at') !!} | |
|---|---|---|---|---|---|---|---|---|---|---|
| #{{ $issue->redmine_id }} | {{ $projName }} | {{ $tLabel }} | {{ $sLabel }} | {{ $pLabel }} | {{ $issue->title }} | {{ $issue->assignee?->name ?? '—' }} | {{ $issue->user?->name ?? '—' }} | {{ $issue->updated_at?->format('Y-m-d') ?? '—' }} | {{ $issue->created_at?->format('Y-m-d') ?? '—' }} | |
| 目前沒有符合條件的議題。 | ||||||||||