@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_1585') !!} {!! __('ST_AD_1583') !!} {!! __('ST_SITE') !!} {!! __('ST_IL_Nature') !!} {!! __('ST_AD_1581') !!} {!! __('ST_AD_468') !!} {!! __('ST_AD_1595') !!} {!! __('ST_CONTROLEINTERNE') !!} {!! __('ST_STATUT') !!} {!! __('ST_AD_1623') !!} {!! __('ST_AD_1179') !!}
{{$d['nomenc']}} {{$d['discovered_date']}} {{$d['locations']}} {{$d['libNature']}} {!! $d['rootCausesDisplay'] !!} {{$d['totalFI']}} {!! $d['libCurrency'] !!} {{$d['totalR']}} {!! $d['libCurrency'] !!} {{$d['opRisk']}} {{$d['libStatus']}} {{$d['dateStatus']}} {{$d['AffichageDateModif']}}
@endsection @section('scripts') @include('js.js-table') @endsection