@extends('layout.master') @section('title', 'Créer un rôle') @section('css') @endsection @section('main-content')

Ajouter un rôle

@livewire('role.create-role-form')
@endsection @section('script') @endsection