{{__('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
@if(isset($sections)) @foreach ($sections as $sectionIndex => $section)
{{ __('Section') }} {{$sectionIndex + 1}}
@if(isset($section->rows)) @foreach ($section->rows as $rowIndex => $row) @endforeach @endif
@endforeach @endif