@if($be->hero_section_bold_text)
{{ convertUtf8($be->hero_section_bold_text) }}
@endif
@if($be->hero_section_text)
{{ convertUtf8($be->hero_section_text) }}
@endif
@if ($be->hero_section_button_url)
{{ convertUtf8($be->hero_section_button_text) }}
@endif
@if ($be->hero_section_author_image || $be->hero_section_author_name)
@if ($be->hero_section_author_image)
@endif
@if ($be->hero_section_author_name)
{{ convertUtf8($be->hero_section_author_designation) }}
@endif
@endif