@extends('layouts.app') @section('page-metaSEO') BCM Soft - Table View @endsection @section('page-css') @endsection @section('content')
@foreach ($data['ligne'] AS $d) @endforeach
{!!__('ST_ID')!!} {!!__('ST_ORGA')!!} {!!__('ST_PROCESS')!!} {!!__('ST_PROCESSLEVEL')!!} {!!__('ST_IMPACT')!!} {!!__('ST_PONTENTIALITE')!!} {!!__('ST_AD_1476')!!} {!!__('ST_RTO')!!} {!!__('ST_AD_1241')!!} {!!__('ST_AD_1612')!!} {!!__('ST_AD_1611')!!} {!!__('ST_COMMENTAIRE')!!} {!!__('ST_AD_1179')!!}
{{$d['idforProcess']}} {{ collect(explode('/', $d['libOrga']))->last() }} {{$d['libProcess']}} {!! $d['highPeriodDisplay'] !!} {!! $d['rtoData'] !!} {!! $d['mtoData'] !!} totalcount 1796 totalcount 1801 {!! $d['comment'] !!} {!! $d['lastExamNameModifier'] !!}
{!! $d['lastExamDate'] !!}
@endsection @section('scripts') @include('js.js-table') @endsection