@if ($viewData['data']->count() == 0)
Please select a customer to run the tests
@endif
@foreach ($viewData['data'] as $active_customer)
@if ($active_customer->count())
{{ $active_customer->get('customer_name') }}
|
Validity of Customer credentials :
@if ($active_customer->get('token') === 1)
OK
@else
NOK -
warning
@endif
|
Editor API availability :
@if ($active_customer->get('download') === 1)
OK
@else
NOK -
warning
@endif
|
FTP availability :
@if ($active_customer->get('ftp') === 1)
OK
@else
NOK - warning
@endif
|
| Sources |
Last collector date |
File name |
Collect source |
@foreach ($active_customer['source'] as $active_source)
| {{ $active_source['source_name'] }} |
{{ $active_source['last_collect_date'] }} |
{{ $active_source['last_collect_file'] }} |
Collect source
|
@endforeach
@endif
@endforeach