{{-- \resources\views\permissions\create.blade.php --}} @extends('layout') @section('title', '| Enregister indicateura') @section('content')

GESTION DES INDICATEURS DE PERFORMANCE

@csrf
FORMULAIRE D'ENREGISTREMENT D'UN INDICATEUR DE PERFORMANCE
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection