{{-- --}}
@if($block->translatedInput('title'))

{{ $block->translatedInput('title') }}

@endif @if($block->translatedInput('text_1'))

{{ $block->translatedInput('text_1') }}

@endif @if($block->translatedInput('text_2'))

{{ $block->translatedInput('text_2') }}

@endif
@foreach($block->childs as $repeater)
{{ $repeater->content['quantity'] }}%

{{ $repeater->translatedInput('name') }}

@endforeach