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

GESTION DES AXES STRATEGIQUES

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