13 lines
285 B
PHP
13 lines
285 B
PHP
@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
|