KIM-JINO5 il y a 5 mois
Parent
commit
8f3dc288c4

+ 1 - 1
resources/views/auth/register.blade.php

@@ -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>
 @endpush

+ 2 - 2
resources/views/desktop/board/component/latest.blade.php

@@ -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 @@
             <tfoot>
                 <tr>
                     <td colspan="7">
-                        {{ $latest->list->onEachSide($pageCount)->links('component.pagination') }}
+                        {{ $latest->list->onEachSide($pageCount)->links('desktop.board.component.pagination') }}
                     </td>
                 </tr>
             </tfoot>