@extends('layouts.app') @section('page-metaSEO') BCM Soft - Table View @endsection @section('page-css') @endsection @section('content')
@foreach ($data['ligne'] AS $d) @endforeach
{!! __('ST_AD_1296') !!} {!!__('ST_ORGANISATION')!!} {!! __('ST_AD_1298') !!} {!! __('ST_AD_1299') !!} {!! __('ST_PERIODE') !!} {!! __('ST_AD_1201') !!} {!! __('ST_AD_1380') !!} {!! __('ST_AD_1382') !!} {!! __('ST_AD_1286') !!} {!! __('ST_AD_1179') !!}
{{$d['idIndSaisie']}} {{ collect(explode('/', $d['libOrga']))->last() }} {{$d['IndicateurLabeled']}} {{$d['score']}}{{$d['pourcentage']}} {{$d['periode']}} {{$d['frequency']}} {!! $d['dashboardFrequencyLib'] !!} {{$d['dashboardPeriode']}} {!! $d['dashboardScore'] !!}{{$d['pourcentage']}} {{$d['pertinence']}} {!! $d['NameModifier'] !!}
{!! $d['AffichageDateModif'] !!}
@endsection @section('scripts') @include('js.js-table') @endsection