@extends('backend/include/layout')
@section('title') Enregistrement Rôle Habilitation || {{env('APP_NAME')}} @endsection
@section('fil-arial')
Rôle Habilitation
@endsection
@section('contenu')
Enregistrement
@if ($errors->any())
Error!
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('script-js')
@endsection