{{-- \resources\views\permissions\create.blade.php --}} @extends('layout') @section('title', '| Enregister axe') {{-- @section('css')
@endsection --}} @section('content')
GESTION DES AXES STRATEGIQUES
ACCUEIL
Menu
@csrf
FORMULAIRE D'ENREGISTREMENT AXE STRATEGIQUE
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
AXE STRATEGIQUE
{{ old('intitule') }}
ENREGISTRER
@endsection