|
{{ isset($role['rolename'])?$role['rolename']:''}}
@if ($errors->has('role_lines.'.$lineCount.'.id'))
{{ $errors->first('role_lines.'.$lineCount.'.id') }}
@endif
|
{{ isset($role['description'])?$role['description']:''}} |
@if($editable)
|
@endif
@php ++$lineCount; @endphp
@endforeach
@endif