@php $bottom_section_background = get_field('bottom_section_background'); $bottom_section_title = get_field('bottom_section_title'); $bottom_section_text = get_field('bottom_section_text'); @endphp
@php echo wp_get_attachment_image( $bottom_section_background, 'home-page-background' ); @endphp

{{$bottom_section_title}}

{{$bottom_section_text}}