Active Projects
Added By
Shared With
status
Action
@php $check = false; @endphp
@foreach ($projects as $key => $project)
@if($loop->first)
@endif
@if($project->status_text == 'In Queue')
@if(!$check)
@endif
@endif
@if($lastLoaded && $loop->iteration > $lastLoaded)
@else
@if ($project->status_text == 'In Queue')
drag_indicator
@endif
Added By
@endif
@if($project->status_text == 'In Queue')
@php $check = true; @endphp
@endif
@if($loop->last)
@endif
@endforeach