@foreach($subTasks as $subtask) @php $subTaskCount = (isset($subtask->files)) ? $subtask->files->count() : 0; @endphp
  • status == 'complete') checked @endif> {{ ucfirst($subtask->title) }}
    @if($subtask->due_date) - @lang('modules.invoices.due'): {{ $subtask->due_date->format($global->date_format) }}@endif
     
  • @endforeach