@extends('layouts.app') @section('title', ($role ?? null) ? 'Edit User Role - NGBVD' : 'Add User Role - NGBVD') @section('content') @php $editing = isset($role) && $role; $roleRef = ''; if ($editing) { $roleRef = !empty($role->uuid) ? $role->uuid : $role->id; } @endphp
{{ $editing ? 'Update role details before reviewing module and action permissions.' : 'Create a role that can be assigned responsibilities, permissions and data scope.' }}
Use clear role names that reflect actual operational responsibilities.