{{ __('whatsapp::app.configureWhatsappNotifications') }}
{{ __('whatsapp::app.configureStaffNotifications') }}
{{ $template->description }}
{{ __('whatsapp::app.noTemplatesFound') }}
{{ __('whatsapp::app.configureAutomatedMessages') }}
@php $templatesCollection = $templates ? collect($templates) : collect(); $automatedTemplates = $templatesCollection->where('category', 'automated'); // Only include operations_summary and subscription_expiry_reminder - low_inventory_alert is handled separately above $otherAutomated = $templatesCollection->whereIn('notification_type', ['subscription_expiry_reminder', 'operations_summary']); @endphp{{ __('whatsapp::app.lowStockAlertDescription') }}
Automatic inventory monitoring - no specific time needed
{{ $template->description }}
Automatic inventory monitoring - no specific time needed
No automated templates found
{{ __('whatsapp::app.configureReportSchedules') }}
@php $reportTypes = [ 'daily_sales' => __('whatsapp::app.dailySalesReport'), 'weekly_sales' => __('whatsapp::app.weeklySalesReport'), 'monthly_sales' => __('whatsapp::app.monthlySalesReport'), ]; @endphp{{ __('whatsapp::app.automaticReportDelivery') }}