File tree 1 file changed +12
-1
lines changed
resources/views/components/frameworks/bootstrap5
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,23 @@ class="form-select {{ theme_style($theme, 'footer.select') }}"
33
33
</div >
34
34
<div class =" col-auto overflow-auto mt-2 mt-sm-0" >
35
35
@if (method_exists ($data , ' links' ) )
36
- {!! $data -> links (data_get ($setUp , ' footer.pagination ' ) ?: data_get ( $ theme , ' root' ) . ' .pagination' , [
36
+ {!! $data -> links (data_get ($theme , ' root' ) . ' .pagination' , [
37
37
' recordCount' => data_get ($setUp , ' footer.recordCount' ),
38
38
]) ! !}
39
39
@endif
40
40
</div >
41
41
</footer >
42
42
@endif
43
+
44
+ @if (filled (data_get ($setUp , ' footer.pagination' )) )
45
+ <footer >
46
+ @if (method_exists ($data , ' links' ) )
47
+ {!! $data -> links (data_get ($setUp , ' footer.pagination' ), [
48
+ ' recordCount' => data_get ($setUp , ' footer.recordCount' ),
49
+ ]) ! !}
50
+ @endif
51
+ </footer >
52
+ @endif
53
+
43
54
@includeIf (data_get ($setUp , ' footer.includeViewOnBottom' ) )
44
55
</div >
You can’t perform that action at this time.
0 commit comments