@php
$layoutData['cssClasses'] = 'navbar navbar-vertical navbar-expand-lg';
@endphp
@section('body')
@include('tablar::partials.navbar.sidebar')
@hasSection('content')
@yield('content')
@endif
@include('tablar::error')
{{-- @include('tablar::partials.footer.bottom') --}}
@stop