We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0932ab7 commit e37053fCopy full SHA for e37053f
resources/views/positions/index.blade.php
@@ -26,7 +26,6 @@ class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link
26
</x-header>
27
28
<x-container>
29
- <div class="col-xl-8 col-md-12 mx-auto hotwire-frame">
30
<turbo-frame id="positions-frame"
31
target="_top"
32
class="row g-4"
@@ -36,6 +35,7 @@ class="row g-4"
36
35
@include('positions.list')
37
</turbo-frame>
38
+ <div class="row g-4">
39
@include('positions.pagination')
40
</div>
41
</x-container>
0 commit comments