@if ($auth_user->can('manage_projects'))
{{$auth_user->first_name}}'s = get_label('projects', 'Projects') ?>
@if (is_countable($projects) && count($projects) > 0)
id;
?>
@else
@endif
@endif
@if ($auth_user->can('manage_tasks'))
{{$auth_user->first_name}}'s = get_label('tasks', 'Tasks') ?>
@if ($tasks > 0)
id;
?>
@else
@endif
@endif