@section('title', 'Form Survey')
@push('styles')
{!! load_dform_styles('admin_enqueue_scripts') !!}
{!! dforms_output_root_css() !!}
{{-- --}}
{{-- --}}
@endpush
@push('scripts')
{{-- --}}
{{-- --}}
{!! 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')!!} --}}
@endpush