@php $tools = [ 'templates' => [ 'title' => __('Library'), 'icon' => 'tabler-layout-collage', 'template' => 'creative-suite::editor.includes.toolbar-items.templates', ], 'text' => [ 'title' => __('Text'), 'icon' => 'tabler-letter-t', 'element' => [ 'type' => 'Text', 'attrs' => [ 'x' => 'center', 'y' => 'middle', ], ], ], 'image' => [ 'title' => __('Image'), 'icon' => 'tabler-photo', 'element' => [ 'type' => 'Image', 'attrs' => [ 'width' => 200, 'height' => 200, 'x' => 'center', 'y' => 'middle', ], ], ], 'elements' => [ 'title' => __('Symbols'), 'icon' => 'tabler-triangle-square-circle', 'template' => 'creative-suite::editor.includes.toolbar-items.elements', ], 'resize' => [ 'title' => __('Size'), 'icon' => 'tabler-resize', 'template' => 'creative-suite::editor.includes.toolbar-items.resize', ], 'layers' => [ 'title' => __('Layers'), 'icon' => 'tabler-stack-3', 'template' => 'creative-suite::editor.includes.toolbar-items.layers', ], ]; @endphp
@foreach ($tools as $key => $tool) @endforeach