@extends('layouts.app') @section('title', 'Stores') @section('content')
| Store Name | URL | Status | Total Orders | Last Sync | Actions |
|---|---|---|---|---|---|
|
{{ $store->name }}
|
{{ $store->url }} |
@if($store->is_active)
Active
@else
Inactive
@endif
@if($store->webhooks_enabled)
🔄 Webhooks
@endif
|
{{ $store->orders_count ?? 0 }} | {{ $store->last_sync ? $store->last_sync->diffForHumans() : 'Never' }} |
You can view stores from your assigned sellers.
@elseGet started by adding your first WooCommerce store.
@endifStore:
WhatsApp notifications automatically disabled for synced orders