浏览代码

fixed pagination

Josh 4 年之前
父节点
当前提交
0f6012a2f3
共有 1 个文件被更改,包括 4 次插入3 次删除
  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>