`

{{ __('Messaging Configuration') }}

@if ($type == 'telegram')

{{ __('Here are the steps to follow') }}:

  • {{ __('Open Telegram app and search for "BotFather" (username: @BotFather).') }}
  • {{ __('Send the message "/newbot" to BotFather.') }}
  • {{ __('Follow the instructions provided by BotFather to create a new bot and get the bot token.') }}
@elseif($type == 'whatsapp')
@endif

{{ __('Message Content') }}

@if ($type == 'whatsapp' || $type == 'telegram')
@endif
{{ __('Message Templates') }}
  • Product Information
  • Client Message
  • Empty Message
{{ __('Select a Product') }}
    @foreach ($this->products as $product)
  • {{ $product->name }}
  • @endforeach
{{ __('Select a Client') }}
    @foreach ($this->customers as $customer)
  • {{ $customer->name }}
  • @endforeach
{{-- selectCustomer --}}
@push('scripts') @endpush