{{__('Message Variables & Spintax')}}
{{__('Use Spintax to randomize text with {A|B}. Tokens:')}}
{{__('Example')}}: {{__('{Hi|Hello}')}} {{__('your number is')}} {number}
{{__('Samples')}}: {{__('Tag')}}: {random_text}{{__('ID')}}: {random_num}
{{__('{random_text} is 4 random letters, e.g.')}} kdmw {{__('and {random_num} is 4 random digits, e.g.')}} 9392
{{ $message->product->title ?? '' }}
{{ $message->product->retailerId ?? '' }} {!! __('Price:') !!} @if (!empty($message->product->salePriceAmount1000)) {{ number_format($message->product->priceAmount1000 / 1000) }} {{ number_format($message->product->salePriceAmount1000 / 1000) }} {{ $message->product->currencyCode ?? '' }} @else {{ !empty($message->product->priceAmount1000) ? number_format($message->product->priceAmount1000 / 1000) : '' }} {{ $message->product->currencyCode ?? '' }} @endif {{ $message->product->description ?? '' }}