@lang('not found')
@lang(@$how_it_works['single']['title'])

@lang(@$how_it_works['single']['short_title'])

@lang(@$how_it_works['single']['short_description'])

@forelse($how_it_works['multiple'] as $key => $item)
{{ ++$key }}
@lang(@$item['title'])

@lang(@$item['short_description'])

@empty @endforelse