@extends('newBase', [ 'scripts' => array_merge( $scripts ?? [], [ 'dateHelpers', 'formInputsManager' ] ), 'styles' => $styles ?? [], 'scriptsPlain' => $scriptsPlain ?? [], 'stylesPlain' => $stylesPlain ?? [] ]) @section('title', $pageTitle ?? '') @section('content')
@if($includeJSTree ?? false) @include('data_table.structure.js_tree_wrapper') @else @include('data_table.structure.tables_wrapper') @endif
@include('common.confirmation') @include('common.notification') @endsection