@php $howItWorksContent = getContent('how_it_works.content', true); $howItWorksElement = getContent('how_it_works.element', orderById: true); @endphp
{{ __($howItWorksContent?->data_values?->heading ?? '') }}

{{ __($howItWorksContent?->data_values?->subheading ?? '') }}

{{ __($howItWorksContent?->data_values?->short_details ?? '') }}

@foreach ($howItWorksElement as $key => $howItWork)
0{{ $key + 1 }}
{{ __($howItWork?->data_values?->title ?? '') }}

{{ __($howItWork?->data_values?->short_description ?? '') }}

@endforeach