@php
$layoutData['cssClasses'] = 'navbar navbar-expand-md navbar-overlap d-print-none';
@endphp
@section('body')
@include('tablar::partials.navbar.overlap-topbar')
@hasSection('content')
@yield('content')
@endif
@include('tablar::error')
@include('tablar::partials.footer.bottom')
@stop