feat: export tablar views and fix js stack

This commit is contained in:
2026-05-01 13:04:37 -04:00
parent 4bd0ec6e35
commit 46c88ed22a
52 changed files with 2235 additions and 0 deletions
@@ -0,0 +1,11 @@
<a class="dropdown-item {{ $item['class'] }}" href="{{ $item['href']??'' }}">
@if(isset($item['icon']))
<span class="nav-link-icon d-md-none d-lg-inline-block">
<!-- Download SVG icon from http://tabler-icons.io/i/package -->
<i class="{{ $item['icon'] ?? '' }} {{
isset($item['icon_color']) ? 'text-' . $item['icon_color'] : ''
}}"></i>
</span>
@endif
{{ $item['text']??'' }}
</a>