@if(isset($projects) && !isset($issue))
@if(!empty($projectId) && !old('project_id'))
{{-- A project is already selected as the working project — don't ask again. --}}
@php $currentProj = $projects->firstWhere('id', $projectId); @endphp
Not this project?
@else
@endif
@endif
@if(isset($projects) && !isset($issue) && empty($projectId))
Options narrow to the selected project's team once a project is picked.
@endif