@forelse ($images as $image)
@php
$extension = strtolower(pathinfo($image['name'], PATHINFO_EXTENSION));
$fileName = basename(parse_url($image['url'], PHP_URL_PATH));
@endphp
@empty
No images found in this folder.
@endforelse