{{ $key + 1 }} |
{{ ucfirst($item->heading) }} |
@foreach ($item->users as $member)
@endforeach
|
{{ $item->created_by ? ucwords($item->createBy->name) : '--' }} |
{{ $item->due_date ? $item->due_date->format(global_setting()->date_format) : '--' }} |
{{$totalTimeLog}} |
|
@empty