Formbuilder: displaying labels instead of names in email template

Hello, i’m using the formbuilder and would like to show the labels for the fields. Is there a straight-forward way to do this? If i’m not mistaken, this should be possible with
$page->blueprint();

This is the email template:

A form was submitted from the page "<?= page($page_id)->title() ?>",  from your site "<?= site()->title() ?>".
The submitted information is as follows:
<?php foreach ($fields as $field => $value): ?>
<?= mb_strtoupper($field) ?>:
-------------------------------------------------------------------------
<?= $value ?>
<?php endforeach;

Yes, the labels you can only get from the blueprints.