5
5
@endphp
6
6
7
7
@if ($component -> hasConfigurableAreaFor (' before-toolbar' ) )
8
- @include ($component -> getConfigurableAreaFor (' before-toolbar' ) )
8
+ @include ($component -> getConfigurableAreaFor (' before-toolbar' ), $component -> getParametersForConfigurableArea ( ' before-toolbar ' ) )
9
9
@endif
10
10
11
11
@if ($theme === ' tailwind' )
12
12
<div class =" md:flex md:justify-between mb-4 px-4 md:p-0" >
13
13
<div class =" w-full mb-4 md:mb-0 md:w-2/4 md:flex space-y-4 md:space-y-0 md:space-x-2" >
14
14
@if ($component -> hasConfigurableAreaFor (' toolbar-left-start' ) )
15
- @include ($component -> getConfigurableAreaFor (' toolbar-left-start' ) )
15
+ @include ($component -> getConfigurableAreaFor (' toolbar-left-start' ), $component -> getParametersForConfigurableArea ( ' toolbar-left-start ' ) )
16
16
@endif
17
17
18
18
@if ($component -> reorderIsEnabled () )
@@ -136,13 +136,13 @@ class="w-full inline-flex items-center justify-center px-3 py-2 border border-gr
136
136
@endif
137
137
138
138
@if ($component -> hasConfigurableAreaFor (' toolbar-left-end' ) )
139
- @include ($component -> getConfigurableAreaFor (' toolbar-left-end' ) )
139
+ @include ($component -> getConfigurableAreaFor (' toolbar-left-end' ), $component -> getParametersForConfigurableArea ( ' toolbar-left-end ' ) )
140
140
@endif
141
141
</div >
142
142
143
143
<div class =" md:flex md:items-center space-y-4 md:space-y-0 md:space-x-2" >
144
144
@if ($component -> hasConfigurableAreaFor (' toolbar-right-start' ) )
145
- @include ($component -> getConfigurableAreaFor (' toolbar-right-start' ) )
145
+ @include ($component -> getConfigurableAreaFor (' toolbar-right-start' ), $component -> getParametersForConfigurableArea ( ' toolbar-right-start ' ) )
146
146
@endif
147
147
148
148
@if ($component -> showBulkActionsDropdown () )
@@ -287,7 +287,7 @@ class="block w-full border-gray-300 rounded-md shadow-sm transition duration-150
287
287
@endif
288
288
289
289
@if ($component -> hasConfigurableAreaFor (' toolbar-right-end' ) )
290
- @include ($component -> getConfigurableAreaFor (' toolbar-right-end' ) )
290
+ @include ($component -> getConfigurableAreaFor (' toolbar-right-end' ), $component -> getParametersForConfigurableArea ( ' toolbar-right-end ' ) )
291
291
@endif
292
292
</div >
293
293
</div >
@@ -321,7 +321,7 @@ class="block text-sm font-medium leading-5 text-gray-700 dark:text-white">
321
321
<div class =" d-md-flex justify-content-between mb-3" >
322
322
<div class =" d-md-flex" >
323
323
@if ($component -> hasConfigurableAreaFor (' toolbar-left-start' ) )
324
- @include ($component -> getConfigurableAreaFor (' toolbar-left-start' ) )
324
+ @include ($component -> getConfigurableAreaFor (' toolbar-left-start' ), $component -> getParametersForConfigurableArea ( ' toolbar-left-start ' ) )
325
325
@endif
326
326
327
327
@if ($component -> reorderIsEnabled () )
@@ -435,13 +435,13 @@ class="dropdown-item btn text-center"
435
435
@endif
436
436
437
437
@if ($component -> hasConfigurableAreaFor (' toolbar-left-end' ) )
438
- @include ($component -> getConfigurableAreaFor (' toolbar-left-end' ) )
438
+ @include ($component -> getConfigurableAreaFor (' toolbar-left-end' ), $component -> getParametersForConfigurableArea ( ' toolbar-left-end ' ) )
439
439
@endif
440
440
</div >
441
441
442
442
<div class =" d-md-flex" >
443
443
@if ($component -> hasConfigurableAreaFor (' toolbar-right-start' ) )
444
- @include ($component -> getConfigurableAreaFor (' toolbar-right-start' ) )
444
+ @include ($component -> getConfigurableAreaFor (' toolbar-right-start' ), $component -> getParametersForConfigurableArea ( ' toolbar-right-start ' ) )
445
445
@endif
446
446
447
447
@if ($component -> showBulkActionsDropdown () )
@@ -532,7 +532,7 @@ class="form-control"
532
532
@endif
533
533
534
534
@if ($component -> hasConfigurableAreaFor (' toolbar-right-end' ) )
535
- @include ($component -> getConfigurableAreaFor (' toolbar-right-end' ) )
535
+ @include ($component -> getConfigurableAreaFor (' toolbar-right-end' ), $component -> getParametersForConfigurableArea ( ' toolbar-right-end ' ) )
536
536
@endif
537
537
</div >
538
538
</div >
@@ -562,7 +562,7 @@ class="d-block">
562
562
<div class =" d-md-flex justify-content-between mb-3" >
563
563
<div class =" d-md-flex" >
564
564
@if ($component -> hasConfigurableAreaFor (' toolbar-left-start' ) )
565
- @include ($component -> getConfigurableAreaFor (' toolbar-left-start' ) )
565
+ @include ($component -> getConfigurableAreaFor (' toolbar-left-start' ), $component -> getParametersForConfigurableArea ( ' toolbar-left-start ' ) )
566
566
@endif
567
567
568
568
@if ($component -> reorderIsEnabled () )
@@ -674,13 +674,13 @@ class="dropdown-item text-center"
674
674
@endif
675
675
676
676
@if ($component -> hasConfigurableAreaFor (' toolbar-left-end' ) )
677
- @include ($component -> getConfigurableAreaFor (' toolbar-left-end' ) )
677
+ @include ($component -> getConfigurableAreaFor (' toolbar-left-end' ), $component -> getParametersForConfigurableArea ( ' toolbar-left-end ' ) )
678
678
@endif
679
679
</div >
680
680
681
681
<div class =" d-md-flex" >
682
682
@if ($component -> hasConfigurableAreaFor (' toolbar-right-start' ) )
683
- @include ($component -> getConfigurableAreaFor (' toolbar-right-start' ) )
683
+ @include ($component -> getConfigurableAreaFor (' toolbar-right-start' ), $component -> getParametersForConfigurableArea ( ' toolbar-right-start ' ) )
684
684
@endif
685
685
686
686
@if ($component -> showBulkActionsDropdown () )
@@ -771,7 +771,7 @@ class="form-control"
771
771
@endif
772
772
773
773
@if ($component -> hasConfigurableAreaFor (' toolbar-right-end' ) )
774
- @include ($component -> getConfigurableAreaFor (' toolbar-right-end' ) )
774
+ @include ($component -> getConfigurableAreaFor (' toolbar-right-end' ), $component -> getParametersForConfigurableArea ( ' toolbar-righ-end ' ) )
775
775
@endif
776
776
</div >
777
777
</div >
@@ -800,5 +800,5 @@ class="d-block">
800
800
@endif
801
801
802
802
@if ($component -> hasConfigurableAreaFor (' after-toolbar' ) )
803
- @include ($component -> getConfigurableAreaFor (' after-toolbar' ) )
803
+ @include ($component -> getConfigurableAreaFor (' after-toolbar' ), $component -> getParametersForConfigurableArea ( ' after-toolbar ' ) )
804
804
@endif
0 commit comments