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
+17
View File
@@ -0,0 +1,17 @@
@section('body')
<body class="layout-boxed">
<div class="page">
<!-- Top Navbar -->
@include('tablar::partials.navbar.topbar')
<div class="page-wrapper">
<!-- Page Content -->
@hasSection('content')
@yield('content')
@endif
<!-- Page Error -->
@include('tablar::error')
@include('tablar::partials.footer.bottom')
</div>
</div>
</body>
@stop