@foreach ($product as $item)
  • @php $img = json_decode($item->images); @endphp

    {{languageName($item->name)}}

    {{number_format($item->price)}}đ
    Đặt món
  • @endforeach