6 lines
212 B
PHP
6 lines
212 B
PHP
@if(!defined('LOAD_FORMBUILDER'))
|
|
@push('scripts')
|
|
<script src="{{ asset('/assets/plugins/formBuilder/form-builder.min.js') }}"></script>
|
|
@endpush
|
|
@php(define('LOAD_FORMBUILDER', true))
|
|
@endif |