Image Upload
Upload images for items with failed API or missing images
Showing {{ $items->count() }} of {{ $totalCount }} items
@forelse($items as $item)
{{ $item->title ?: 'Untitled' }}
@if($item->category)
{{ $item->category->name }}
@endif
{{ number_format($item->price, 2) }} AFN
@empty
No items found. Try adjusting your filters.
@endforelse
@if($hasMore)
@endif
show = false, 2000)"
x-show="show"
x-transition
class="fixed bottom-4 right-4 bg-green-600 text-white px-6 py-3 rounded-lg shadow-lg z-50">
✓ Image uploaded successfully