@php /** @var string $title */ /** @var string $dotClass */ /** @var string $columnStatus */ /** @var \Illuminate\Support\Collection $items */ @endphp

{{ $title }}

{{ $items->count() }}
@forelse($items as $p) @include('livewire.partials.collab-card', ['p' => $p, 'columnStatus' => $columnStatus]) @empty

{{ __('Nothing here yet') }}

{{ __('Drop a card here or add a collab. You can also change status from the card menu.') }}

@endforelse