Clients

@if ($user->all_clients()->count())
Profile ID Name Active Services Level
Count {{ $user->all_clients()->count() }}  
@else

No Clients Active

@endif
@section('page-scripts') @css('https://cdn.datatables.net/responsive/2.2.1/css/responsive.dataTables.min.css') @css('https://cdn.datatables.net/rowgroup/1.0.2/css/rowGroup.dataTables.min.css') @js('https://cdn.datatables.net/responsive/2.2.1/js/dataTables.responsive.min.js') @js('https://cdn.datatables.net/rowgroup/1.0.2/js/dataTables.rowGroup.min.js') @append