@foreach($tasks as $q) @if($q->late_count==0) @else @endif @endforeach
Location Created Begin Completed Late
{{$q->location->name}} {{$q->created_count}} {{$q->started_count}} {{$q->completed_count}} {{$q->late_count}} {{$q->late_count}}