Browse Source

fixed pagination

Josh 4 năm trước cách đây
mục cha
commit
0f6012a2f3
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      resources/views/app/patients.blade.php

+ 4 - 3
resources/views/app/patients.blade.php

@@ -105,10 +105,11 @@
                     </tr>
                 @endforeach
                 </tbody>
-                <tfoot>
-                    {{$patients->links()}}
-                </tfoot>
+            
             </table>
+            <div>
+             {{$patients->links()}}
+            </div>
         </div>
     </div>
     </div>