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 @@
@section('body')
<body class="body-marketing body-gradient">
@include('tablar::partials.navbar.top-bar')
@hasSection('content')
@yield('content')
@endif
<!-- Page Error -->
@include('tablar::error')
@include('tablar::partials.footer.marketing-bottom')
</body>
@stop