{{-- HEADER --}} @can('create crm features') @endcan {{-- TABLE --}} @scope('cell_status.name', $feature) @if($feature->status) @endif @endscope @scope('actions', $feature)
@if($feature->is_public) @endif @can('edit crm features') @endcan @can('view crm features') @endcan @can('delete crm features') @endcan
@endscope
{{-- FILTERS --}}