@if(flash()->message)
{{ flash()->message }}
@endif {{-- Progress Indicators --}}

Task Progress:

Import: Checking...
Optimization: Checking...
Export: Checking...
(Tasks running, management buttons disabled)
Error checking task status. Please refresh.
{{-- Store Management Section --}}
{{-- Added class for potential styling --}}
{{-- Added class for title block --}}

{{-- Removed utility classes, will style via CSS --}} Store Management

Products in Wordy: {{$total_store_products}}
{{-- Added class --}}
{{-- Add class "store-management-actions" to this div --}}
{{-- Pull Button --}} {{-- Form is now a direct child --}}
{{-- Add common button class, maybe specific ID/class if needed --}}
{{-- Conditional Push and Optimize Buttons --}} @if($total_store_products > 0) {{-- HTML for Push button --}}
{{-- HTML for Optimize button --}}
@endif {{-- Conditional Delete Button --}} @if($terms_accepted === 1)
{{-- Add specific class for different styling --}}
@endif
{{-- End store-management-actions --}}
{{-- End store-management-section --}}
{{ $products->links() }} @if($terms_accepted === 0) @foreach($products as $product) @endforeach
Image Name Description
{{$product->name}} {{$product->optimized_description}}
@else @foreach($products as $product) @endforeach
Image Name SKU Categories Stock status
{{$product->name}} {{$product->sku}} {{implode(',', json_decode($product->category_names, true))}} {{$product->stock_status}}
@endif {{ $products->links() }}