@section('body')
@include('tablar::partials.navbar.topbar')
@hasSection('content') @yield('content') @endif @include('tablar::error') @include('tablar::partials.footer.bottom')
@stop