feat: export tablar views and fix js stack
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user