9 lines
333 B
PHP
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 |