@@ -208,5 +208,5 @@
@endpush
@push('scripts')
- <script src="{{ asset('/js/auth/register.js') }}" defer></script>
+ <script src="{{ asset('js/auth/register.js') }}" defer></script>
@@ -92,7 +92,7 @@
<tfoot>
<tr>
<td colspan="7">
- {{ $latest->list->onEachSide($pageCount)->links('component.pagination') }}
+ {{ $latest->list->onEachSide($pageCount)->links('desktop.board.component.pagination') }}
</td>
</tr>
</tfoot>
@@ -174,7 +174,7 @@