feat: export tablar views and fix js stack
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@extends('tablar::master')
|
||||
|
||||
@inject('layoutHelper', 'TakiElias\Tablar\Helpers\LayoutHelper')
|
||||
|
||||
@section('tablar_css')
|
||||
@stack('css')
|
||||
@yield('css')
|
||||
@stop
|
||||
|
||||
@section('classes_body', $layoutHelper->makeBodyClasses())
|
||||
|
||||
@section('layout')
|
||||
@include('tablar::layouts.marketing')
|
||||
@show
|
||||
|
||||
@section('tablar_js')
|
||||
@stack('js')
|
||||
@yield('js')
|
||||
@stop
|
||||
|
||||
Reference in New Issue
Block a user