@if (is_array($value)) @foreach ($value as $item) {{ $item['value'] }} {{ ' (' . $item['label'] . ')'}} @endforeach @else {{ __('admin::app.common.not-available') }} @endif