@foreach ($projects as $key => $project) @php $slug = strtolower(trim(preg_replace('/[^A-Za-z0-9-]+/', '-', $project->status_text))); @endphp
@if ($project->status_text == 'In Queue')
drag_indicator
@endif
Added By
Shared With
edit @if ($allowDeleteProject || in_array($loggedInUser->user_type, ['company', 'customer', 'client'])) delete_outline @endif
@endforeach