@extends('layouts.app') @section('title', 'Bulk AI Photo Update') @section('content') Bulk AI Photo Update Store/location aware product photo updater @lang('purchase.business_location') @lang('lang_v1.all') @foreach($locations as $id => $name) {{ $name }} @endforeach Only products assigned to this location will be shown and updated. Back to Products Select All Unselect All Fetch AI Photos Save Selected Reject Selected @forelse($products as $item) {{ $item->name }} {{ $item->product_locations->pluck('name')->implode(', ') }} Select Fetch AI Save Photo Reject Waiting @empty No products found for this store/location. @endforelse @endsection @section('javascript') @endsection
Only products assigned to this location will be shown and updated.