{!! $tpl->displayNotification() !!}
@if ($login::userIsAtLeast('manager'))
{!! __('link.new_client') !!}
@endif
| {!! __('label.client_id') !!} | {!! __('label.client_name') !!} | {!! __('label.url') !!} | {!! __('label.number_of_projects') !!} |
|---|---|---|---|
| {{ $row['id'] }} | {{ $row['name'] }} | {{ $row['internet'] }} | {{ $row['numberOfProjects'] }} |