File tree 1 file changed +9
-11
lines changed
resources/views/components/frameworks/tailwind
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,15 @@ class="pl-4 hidden sm:block md:block lg:block w-full"
41
41
</div >
42
42
@endif
43
43
44
- @if (filled ($data ) )
45
- <div >
46
- @if (method_exists ($data , ' links' ) )
47
- {!! $data -> links (data_get ($setUp , ' footer.pagination' ) ?: data_get ($theme , ' root' ) . ' .pagination' , [
48
- ' recordCount' => data_get ($setUp , ' footer.recordCount' ),
49
- ' perPage' => data_get ($setUp , ' footer.perPage' ),
50
- ' perPageValues' => data_get ($setUp , ' footer.perPageValues' ),
51
- ]) ! !}
52
- @endif
53
- </div >
54
- @endif
44
+ <div >
45
+ @if (method_exists ($data , ' links' ) )
46
+ {!! $data -> links (data_get ($setUp , ' footer.pagination' ) ?: data_get ($theme , ' root' ) . ' .pagination' , [
47
+ ' recordCount' => data_get ($setUp , ' footer.recordCount' ),
48
+ ' perPage' => data_get ($setUp , ' footer.perPage' ),
49
+ ' perPageValues' => data_get ($setUp , ' footer.perPageValues' ),
50
+ ]) ! !}
51
+ @endif
52
+ </div >
55
53
</footer >
56
54
@includeIf (data_get ($setUp , ' footer.includeViewOnBottom' ) )
57
55
</div >
You can’t perform that action at this time.
0 commit comments