@extends('layouts.app') @section('title', 'Bulk AI Photo Update') @section('content')

Bulk AI Photo Update Store/location aware product photo updater

Only products assigned to this location will be shown and updated.

Back to Products
@forelse($products as $item)
{{ e($item->name) }}
{{ $item->name }}
{{ $item->product_locations->pluck('name')->implode(', ') }}
Waiting
@empty
No products found for this store/location.
@endforelse
@endsection @section('javascript') @endsection