@extends('layouts.app', ['title' => $pageTitle]) @section('content')
{{ $commerceSummary['is_commerce_enabled'] ? __tr('Enabled') : __tr('Disabled') }}
@if($commerceSummary['catalog_name']) {{ $commerceSummary['catalog_name'] }} ({{ $commerceSummary['product_count'] }} {{ __tr('products') }}) @else {{ __tr('No catalog configured') }} @endif
{{ $commerceSummary['catalog_id'] }}
{{ __tr('WhatsApp Commerce allows you to showcase your products directly in WhatsApp conversations. Customers can browse your catalog, add items to cart, and make purchases without leaving the chat.') }}