@extends('layouts.app') @section('title', $viewData["title"]) @section('subtitle', $viewData["subtitle"]) @section('content')
@csrf

@foreach ($viewData['data'] as $active_customer)
{{$active_customer['customer']}} table details
Qlik table source
BDL table source
Anomalies table - customer inputs
Table name Nb of lines Month Table name Nb of lines Month Table name Nb of lines
{{ $active_customer['table_anomaly_source'] }} {{ $active_customer['table_anomaly_source_count'] }} {{ $active_customer['table_anomaly_source_month'] }}
{{ $active_customer['table_anomaly'] }} {{ $active_customer['table_anomaly_count'] }} {{ $active_customer['table_anomaly_month'] }}
{{ $active_customer['table_reason'] }} {{ $active_customer['table_reason_count'] }}


@endforeach @endsection