@extends('layouts.app') @section('title', $viewData["title"]) @section('subtitle', $viewData["subtitle"]) @section('content')
Source Collector
@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->get('customer_name') }}


Validity of Customer credentials Editor API availability FTP availability
@if ($active_customer->get('token') === 1) OK @else NOK - warning @endif @if ($active_customer->get('download') === 1) OK @else NOK - warning @endif @if ($active_customer->get('ftp') === 1) OK @else NOK - warning @endif

@foreach ($active_customer['source'] as $active_source) @endforeach
Sources Last collector date Collect source
{{ $active_source['source_name'] }} {{ $active_source['last_collect_date'] }} Collect source


@endif


@endforeach
@endsection