@if (have_rows('contacts_accordion'))
@while (have_rows('contacts_accordion')) @php the_row() @endphp
{!! the_sub_field('accordion_title') !!}
@if (get_sub_field('accordion_label'))

{!! the_sub_field('accordion_label') !!}

@endif @if (have_rows('contacts')) @while (have_rows('contacts')) @php the_row() @endphp @switch(get_sub_field('accordion_contact_type')) @case('phone') {!! get_sub_field('accordion_contact') !!} @break @case('email') {!! get_sub_field('accordion_contact') !!} @break @default {!! get_sub_field('accordion_contact') !!} @endswitch @endwhile @endif
@endwhile
@endif