@scope('cell_visitor_online', $c) @if($c->visitor_online) @else @endif @endscope @scope('cell_unread_count', $c) @if($c->unread_count > 0) @endif @endscope @scope('cell_status', $c) @endscope @scope('actions', $c)
@can('view crm chat') @endcan @can('create', \VentureDrake\LaravelCrm\Models\Lead::class) @if(!$c->lead_id) @endif @endcan @if($c->status !== 'closed') @endif @can('delete crm chat') @endcan
@endscope