@extends($rbacLayout) @section('title', __('rbac::roles.create_role')) @section('content')

{!! __('rbac::roles.create_role') !!}

@include('rbac::roles._fields', ['edit' => false])
@stop