Current File : /home/digitaw/www/wp-content/plugins/fluentform/app/Views/admin/form/entries.php
<?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);
?>