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