@if ($task) @include('scrumboard::livewire.show.drawers.task.header') @include('scrumboard::livewire.show.drawers.task.body') @include('scrumboard::livewire.show.drawers.task.footer') @else @include('scrumboard::livewire.show.drawers.task.empty') @endif @script @endscript