{{ XeFrontend::js('/assets/vendor/jqueryui/jquery-ui.min.js')->appendTo('head')->load() }} @include('editor.global._title') @include('editor.global._tab', ['_active' => 'tool'])

{{ xe_trans('xe::addTools') }}

{{ csrf_field() }}
    @foreach ($items as $id => $item)
  • {{ $item['class']::getComponentInfo('name') }} {{ $item['class']::getComponentInfo('description') }}
  • @endforeach