This commit is contained in:
Ludovic CANDELLIER
2021-08-24 22:26:37 +02:00
parent 768c7e88f9
commit 5bbf63b33f
7 changed files with 65 additions and 79 deletions

View File

@@ -0,0 +1,12 @@
@if(!defined('LOAD_TREE'))
@push('scripts')
<script src="{{ asset('/assets/plugins/jqtree/tree.jquery.js') }}"></script>
@endpush
@push('css')
<link rel="stylesheet" href="{{ asset('/assets/plugins/jqtree/jqtree.css') }}">
@endpush
@php(define('LOAD_TREE', true))
@endif