@if ($viewData['data'][0]->count() == 0)
No sources available to run the tests
@endif
@foreach ($viewData['data'] as $active_customer)
@if ($active_customer->count())
{{ $active_customer->first()['customer_name'] }}
| Sources |
Token access |
Source download |
FTP access |
Download |
@foreach ($active_customer as $active_source)
| {{ $active_source['source_name'] }} |
@if ($active_source['token'] === 1)
@else
@endif
|
@if ($active_source['download'] === 1)
@else
@endif
|
@if ($active_source['ftp'] === 1)
@else
@endif
|
|
@endforeach
@endif
@endforeach