@php $top_section_background = get_field('top_section_background'); $top_section_text = get_field('top_section_text'); $top_section_text_2 = get_field('top_section_text_2'); $top_section_register_link = get_field('top_section_register_link'); $top_section_register_link_text = get_field('top_section_register_link_text'); $top_section_login_link = get_field('top_section_login_link'); $top_section_login_link_text = get_field('top_section_login_link_text'); @endphp
@php echo wp_get_attachment_image( $top_section_background, 'home-page-background' ); @endphp
{{ the_custom_logo() }}

{{$top_section_text}}

{{$top_section_text_2}}

{{$top_section_register_link_text}}
OR
{{$top_section_login_link_text}}