@if (isMobile())
    @else
    @endif @if (count($items) > 0) @php $i = 1; $is_mobile = isMobile(); @endphp @foreach ($items as $category)
  • {{-- Kebab --}}

    {!! $category['name'] !!}

  • @php $i++; $checkReward[] = in_array(1, array_column($category['result'], 'rewards')); @endphp @endforeach @if (in_array(true, $checkReward))
  • {{-- Kebab --}}

    Reward

  • @endif @endif