{{-- _form.blade.php --}} @php $issue = $issue ?? null; @endphp
@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
@push('styles') @endpush @push('scripts') @include('tracker::partials.rich_editor_init', ['selector' => '#tracker-description-editor']) @if(isset($projects) && !isset($issue)) @endif @endpush