@extends('Admin.layouts.layout') @section('content') @livewire('admin.role-form', ['roleId' => $roleId ?? null]) @endsection