@if($block->content['section_style'] === 'style_1')

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

{{ $block->translatedInput('description') }}
@foreach ($testimonials as $testimony)

{{ $testimony->description }}

{{ $testimony->name }}

{{ $testimony->occupation }}

@endforeach
@else
@if($block->translatedInput('title'))

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

@endif @if($block->translatedInput('description')) {!! nl2br($block->translatedInput('description')) !!} @endif
@foreach ($testimonials as $testimony)
@endforeach
@foreach ($testimonials as $testimony)

{{ $testimony->description }}

{{ $testimony->name }}

{{ $testimony->occupation }}
@endforeach
@endif