Files
opensem/resources/views/load/form/builder/formio.blade.php
2021-04-11 00:36:41 +02:00

9 lines
333 B
PHP

@if(!defined('LOAD_FORMIOJS'))
@push('css')
<link rel="stylesheet" href="{{ asset('/assets/plugins/formiojs/formio.full.min.css') }}">
@endpush
@push('scripts')
<script src="{{ asset('/assets/plugins/formiojs/formio.full.min.js') }}"></script>
@endpush
@php(define('LOAD_FORMIOJS', true))
@endif