@if(isset($data) && count($data) > 0)
| Type | Title | Options | Actions |
|---|---|---|---|
|
{{ strtoupper(mb_substr($type->userType ? $type->userType->name : 'NA', 0, 1)) }}
{{ $type->userType ? $type->userType->name : 'N/A' }}
|
{{ $type->title }} | @php $settings = is_string($type->settings) ? json_decode($type->settings, true) : $type->settings; $optionCount = is_array($settings) ? count($settings) : 0; @endphp {{ $optionCount }} options |