@foreach ($subscriptions as $item)
  • {{-- --}}

    {{ \Illuminate\Support\Str::limit($item['product_name'], 15) }}

    {{-- Edit and Delete Button --}}
    {{-- Edit product --}} {{-- Delete product --}}
  • @endforeach