@foreach($tasks as $task) {{ $task->task_title }} @if(runtimeSecondsWholeHours($task->time) > 0) {{ runtimeSecondsWholeHours($task->time) }} Hrs @endif {{ runtimeSecondsWholeMinutes($task->time) }} Mins @endforeach