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)

Added By
Shared With
@else @endif @if($project->status_text == 'In Queue') @php $check = true; @endphp @endif @if($loop->last)
@endif @endforeach