File "entries.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/app/Views/admin/form/entries.php
File size: 371 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
do_action('fluentform/before_form_entry_app', $form_id);
?>
<div class="ff_form_entries" id="ff_form_entries_app">
<router-view
:form_id="<?php echo esc_attr($form_id); ?>"
:has_pdf="<?php echo esc_attr($has_pdf); ?>"></router-view>
<global-search></global-search>
</div>
<?php
do_action('fluentform/after_form_entry_app', $form_id);
?>