@foreach($projectTimeRecords as $index => $record)
{{ $record['client'] }}
{{ number_format($record['estimated_man_days'], 1) }} 人天
{{ number_format($record['total_man_days'], 1) }} 天 ({{ number_format($record['man_day_percentage'], 1) }}%)
備註
@if(Auth::user()->need_task_record)
@endif
@endforeach
@if(count($projectTimeRecords) == 0)
@endif