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

@foreach ($active_customer as $active_source) @endforeach
Sources Token access Source download FTP access Download
{{ $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


@endif @endforeach
@endsection