{{-- HEADER --}} {{-- SEARCH --}} {{-- ACTIONS --}} @can('create crm tasks') @endcan {{-- TABLE --}} @scope('cell_completed_at', $task) @if($task->completed_at) @else @endif @endscope @scope('actions', $task)
@can('edit crm tasks') @if(! $task->completed_at) @endif @endcan @can('view crm tasks') @endcan @can('edit crm tasks') @endcan @can('delete crm tasks') @endcan
@endscope
{{-- FILTERS --}}
{{-- ACTIONS --}}