@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_ORGANISATION') !!} {!! __('ST_PROCESS') !!} {!! __('ST_THREAT') !!} {!! __('ST_RISKCOMMENTAIRE') !!} {!! __('ST_ACTION') !!} {!! __('ST_RISKLEVEL') !!} {!! __('ST_AD_1312') !!} {!! __('ST_AD_1573') !!} {!! __('ST_AD_1629') !!} {!! __('ST_COVERELEMENTS') !!} {!! __('ST_AD_1207') !!} {!! __('ST_AD_1179') !!}
{{$d['idforProcess']}} {{ collect(explode('/', $d['libOrga']))->last() }} {{$d['libProcess']}} {{$d['dom_lib']}} {{ !empty($d['cat_lib']) ? ' / ' . $d['cat_lib'] : '' }} {{$d['comment']}} @foreach ($d['actionsAndExamsDisplay'] AS $aed) @endforeach
{!! $aed !!}
{!! $d['consequencesList'] !!} {!! $d['cover_elements'] !!} {{$d['strategy_libelle']}} @foreach ($d['modifParDisplay'] AS $aed) @endforeach
{!! $aed !!}
@endsection @section('scripts') @include('js.js-table') @endsection