{{-- Header Section --}}

Forms Linked to This {{ ucfirst($recordType) }}

{{ count($linkedForms) }} {{ Str::plural('form', count($linkedForms)) }} linked @if($recordType === 'project') • Includes forms from child tasks @endif

@if(!$showAddRow) @endif
{{-- Table Section --}} @if(count($linkedForms) > 0 || $showAddRow)
{{-- Existing Forms --}} @foreach($linkedForms as $form) @endforeach {{-- Inline Add Row --}} @if($showAddRow) @endif
Form Name Context Actions

{{ $form['name'] }}

@if($form['description'])

{{ Str::limit($form['description'], 80) }}

@endif
@if($form['context_type'] === 'project') @else @endif {{ $form['context'] }}
@else {{-- Empty State --}}

No forms linked

Get started by linking a form to this {{ $recordType }}.

@endif
{{-- Search Modal --}} @if($showSearchModal) @endif