@extends($layout) @section('content') @php $values = $client; @endphp @dispatchEvent('beforePageHeaderOpen') @dispatchEvent('afterPageHeaderClose')
{!! $tpl->displayNotification() !!}

{!! __('subtitle.details') !!}

{!! __('subtitles.users_assigned_to_this_client') !!}

{!! __('buttons.add_user') !!} @foreach ($userClients as $user) @endforeach @if (count($userClients) == 0) @endif
{!! __('label.name') !!} {!! __('label.email') !!} {!! __('label.phone') !!} {!! __('label.actions') !!}
{!! sprintf(__('text.full_name'), e($user['firstname']), e($user['lastname'])) !!} {{ $user['username'] }} {{ $user['phone'] }}
{!! __('text.no_users_assigned_to_this_client') !!}
@include('comments::submodules.generalComment', ['formUrl' => BASE_URL . '/clients/showClient/' . e(request()->query('id', ''))])
{!! __('label.select_file') !!} {!! __('label.change') !!} {!! __('buttons.remove') !!}
 
@once @push('scripts') @endpush @endonce @endsection