@section('title', 'Form Entries')
@section('vendor-style')
{!! load_dform_styles('admin_enqueue_scripts') !!}
{!! dforms_output_root_css() !!}
@endsection
@section('page-style')
{{-- --}}
{{-- --}}
@endsection
@section('page-script')
{{-- --}}
{{-- --}}
{{-- {!! load_dform_scripts() !!}
{!! load_dform_footer_scripts() !!}
{!! dforms_footer_raw_scripts()!!}
--}}
{{-- --}}
{{-- {!! load_dform_scripts() !!}
@php
$myData = dform_load_localized_scripts(); // This calls your PHP function and assigns the result to $myData
@endphp
{!! load_dform_footer_scripts() !!}
{!! dforms_footer_raw_scripts('admin-builder')!!} --}}
@endsection