{{translate($title)}}
{{translate('Roles List')}}
# | {{translate('Name')}} | {{translate('Status')}} | {{translate('Created By')}} | {{translate('Options')}} |
---|---|---|---|---|
{{$loop->iteration}} | {{$role->name}} |
status == "1" ? 'checked' : ''}}
id="status-switch-{{$role->id}}" >
|
{{$role->createdBy?$role->createdBy->name :'N/A'}} |