@php $howToContent = @getContent('how_to_work.content', true)->data_values; $howToElements = @getContent('how_to_work.element', orderById: true); @endphp
{{ __(@$howToContent->title_one) }}

{{ __(@$howToContent->heading) }}

@lang('Sign Up for Free')

{{ __(@$howToContent->title_two) }}

@foreach ($howToElements as $howToElement)

{{ $loop->iteration }}

{{ __(@$howToElement->data_values->title) }}

{{ __(@$howToElement->data_values->short_description) }}

@endforeach