@if ($data->is_type) @php $labels = []; @endphp @foreach (json_decode($data->is_type) as $val) @if ($val == 'new') @php $labels[] = __('ใหม่'); @endphp @endif @if ($val == 'feature') @php $labels[] = __('แนะนำ'); @endphp @endif @if ($val == 'top') @php $labels[] = __('ขายดี'); @endphp @endif @if ($val == 'best') @php $labels[] = __('Best Product'); @endphp @endif @if ($val == 'flash_deal') @php $labels[] = __('Flash Deal Product'); @endphp @endif @endforeach {{ implode(', ', $labels) }} @else @endif