@foreach ($images as $image)
  • {{-- --}} {{--

    {{ $image['image_path'] }}

    --}}

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

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