# |
Names |
server |
address |
Mac-address |
uptime |
@if(Auth::user()->hasRole('Administrator') || (Auth::user()->hasRole('Client') && Auth::user()->can('Administer Company')))
Actions |
@endif
@foreach($companyCustomers as $companyCustomer)
{{ $loop->iteration }} |
{{ $companyCustomer['user'] }} |
{{ $companyCustomer['server'] }} |
{{ $companyCustomer['address'] }} |
{{ $companyCustomer['mac_address'] }} |
{{ $companyCustomer['uptime'] }} |
@if(Auth::user()->hasRole('Administrator') || (Auth::user()->hasRole('Client') && Auth::user()->can('Administer Company')))
|
@endif
@endforeach
{{ $companyCustomers->render() }}