@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_AOWNER')!!} {!!__('ST_LIENDIRECT')!!} {!!__('ST_CODEACTION')!!} {!!__('ST_LIBACTION')!!} {!!__('ST_DESCACTION')!!} {!!__('ST_AD_1628')!!} {!!__('ST_DATECREA')!!} {!!__('ST_DATEDEB')!!} {!!__('ST_DATELIM')!!} {!!__('ST_DATEFIN')!!} {!!__('Avancement')!!} {!!__('ST_AD_1179')!!}
{{$d['idforrisquemitigation']}} {{$d['libOrga']}} {{$d['lgDom']}} / {{$d['lgCat']}} {{$d['nom']}} {{$d['prenom']}} -- {{$d['lgActCode']}} {{$d['lgActName']}} {!! Str::limit($d['lgActDesc'], 20) !!} {!! Str::limit($d['comment'],20) !!} {{$d['action_date_crea']}} {{$d['action_date_declenche']}} {{$d['action_date_deadLine']}} {{$d['action_date_fin']}} -- {!! $d['NameModifier'] !!}
{!! $d["AffichageDateModif"] !!}
@endsection @section('scripts') @include('js.js-table') @endsection