@if($warning ?? '')
@icon('warning')
{{ $warning }}
@endif @foreach($images as $index => $image)
{{ $image->name }}
{{ trans('components.image_uploaded', ['uploadedDate' => $image->created_at->format('Y-m-d')]) }}
@endforeach @if(count($images) === 0)
{{ trans('common.no_items') }}
@endif @if($hasMore)
{{ trans('components.image_load_more') }}
@endif