Hi there.
I created a repeater in Option panel and cant show the fields label in the front page.
So what i want to achieve, is to have the field label next to the field name in the front-end.
Thank you in advance.
You would use a combination of getting a sub_field_object
with getting values from an options page.
So something like $label = get_sub_field_object('office_name')['label'];
within your appropriate repeater.