@extends('adminlte::page') @section('title', config('app.name')) @section('content_header')

Permissions

@stop @section('css') {{-- --}} @stop @section('content')

Permissions

@livewire('dashboard.roles.form', ['role' => $role])
@stop @section('js') @stop