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

GESTION DES LIGNES D'ACTION

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