@if(isset($contentDetails['how-it-work']))
@if(isset($templates['how-it-work'][0]) && $howItWork = $templates['how-it-work'][0])

@lang(@$howItWork->description->title) @lang(@$howItWork->description->sub_title)

@lang(@$howItWork->description->short_title)

@endif
@foreach($contentDetails['how-it-work'] as $data)
@lang(@$data->description->title)

@lang(@$data->description->short_description)

@endforeach
@endif