@php $deletable = $deletable ?? false; $deleteRouteName = $deleteRouteName ?? null; $post = $post ?? null; @endphp @if ($images->isNotEmpty())
@foreach ($images as $image)
{{ $image->original_name ?: 'Community post image' }} @if ($deletable && $deleteRouteName && $post)
@csrf @method('DELETE')
@endif
@endforeach
@endif