@foreach ($images as $image)
  • {{ \Illuminate\Support\Str::limit($image['link'], 20) }}

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