| {{ ($key+1) }} |
{{ ucfirst($item->heading) }} |
@forelse ($item->users as $index => $user)
@if($index > 0), @endif
{{ ucwords($user->name) }}
@empty
--
@endforelse |
{{ ucwords($item->create_by->name) }} |
{{ $item->due_date->format($global->date_format) }} |
|
@empty