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

GESTION DES REALISATIONS DU PLAN STRATEGIQUE

@csrf
FORMULAIRE D'ENREGISTREMENT D'UNE REALISATION DU PLAN STRATEGIQUE
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection