@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif
# |
Axte Stratégique |
Ligne d'action |
RESULTATS ATTENDUS |
INDICATEURS DE PERFORMANCE |
actions |
@foreach ($indicateuras as $indicateura)
{{ $indicateura->id }} |
{{ $indicateura->action->axe->intitule }} |
{{ $indicateura->action->ligne }} |
{{ $indicateura->action->rts }} |
{{ $indicateura->indicateura }} |
{!! Form::open(['method' => 'DELETE', 'route'=>['indicateura.destroy', $indicateura->id], 'style'=> 'display:inline', 'onclick'=>"if(!confirm('Êtes-vous sûr de vouloir supprimer cet enregistrement ?')) { return false; }"]) !!}
{!! Form::close() !!}
|
@endforeach
@endsection