@extends('layouts.app') @section('title', '#' . ($issue->redmine_id) . ' ' . $issue->title) @push('styles') @endpush @section('content') @include('projects._nav')
| 日期 | 成員 | 工時 | 活動 | 備註 | |
|---|---|---|---|---|---|
| {{ $te->spent_on->format('Y/m/d') }} | {{ $te->user?->name }} | {{ number_format($te->hours,2) }} 小時 | {{ $te->activity_label }} | {{ $te->comments ?? '—' }} |
@if($te->user_id === auth()->id() || auth()->user()->role === 'admin')
|
留言記錄 ({{ $issue->comments->count() }})
@foreach($issue->comments as $comment)新增留言