{{-- \resources\views\permissions\create.blade.php --}} @extends('layout') @section('title', '| Enregister indicateura') @section('content')
GESTION DES INDICATEURS DE PERFORMANCE
ACCUEIL
Menu
@csrf
FORMULAIRE D'ENREGISTREMENT D'UN INDICATEUR DE PERFORMANCE
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Ligne action
@foreach ($actions as $action)
{{$action->ligne}}
@endforeach
Indicateur de Performance
{{ old('indicateura') }}
Unité
ENREGISTRER
@endsection