@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_THREAT') !!} {!! __('ST_AD_1207') !!} {!! __('ST_ACTION') !!} {!! __('ST_COMMENTAIRE') !!} {!! __('ST_PORTEUR') !!} {!! __('ST_RISK') !!} {!! __('ST_IMPACT') !!} {!! __('ST_PONTENTIALITE') !!} {!! __('ST_COUVERTURE') !!} {!! __('ST_AD_1312') !!} {!! __('ST_AD_1160') !!} {!! __('ST_AD_1629') !!} {!! __('ST_AD_1179') !!}
{{$d['idforrisque']}} {{ collect(explode('/', $d['libOrga']))->last() }} {{$d['lgDom']}} {{$d['Strategy']}} {{$d['actionListDisplay']}} {{$d['descAleas']}} {!! $d['owner'] !!} {{$d['consequences']}} {!! $d['NameModifier'] !!}
{!! $d['AffichageDateModif'] !!}
@endsection @section('scripts') @include('js.js-table') @endsection