@extends('layout') @section('title', '| resultata') @section('content')

GESTION DES REALISATIONS DU PLAN STRATEGIQUE

@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($message = Session::get('error'))

{{ $message }}

@endif
LISTE D'ENREGISTREMENT DES REALISATIONS DU PLAN STRATEGIQUE
@foreach ($resultatas as $resultata) @endforeach
# Axe Stratégique Ligne d'action RESULTATS ATTENDUS INDICATEURS DE PERFORMANCE Realisation Interventions (en cours qui cadrent avec les LA et IP de la stratégie) Budget Source de Financement actions
{{ $resultata->id }} {{ $resultata->indicateura->action->axe->intitule }} {{ $resultata->indicateura->action->ligne }} {{ $resultata->indicateura->action->rts }} {{ $resultata->indicateura->indicateura }} {{ $resultata->rtsa }} {{ $resultata->iccs }} {{ $resultata->budjet }} CFA {{ $resultata->sf }} {!! Form::open(['method' => 'DELETE', 'route'=>['resultata.destroy', $resultata->id], 'style'=> 'display:inline', 'onclick'=>"if(!confirm('Êtes-vous sûr de vouloir supprimer cet enregistrement ?')) { return false; }"]) !!} {!! Form::close() !!}
@endsection