From 9f0ecff41dcb80ec4201069855e09a57000a5115 Mon Sep 17 00:00:00 2001 From: Matt Lantz Date: Wed, 24 Aug 2016 01:31:18 -0400 Subject: [PATCH] fix pagination location --- src/Packages/Bootstrap/resources/views/team/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Packages/Bootstrap/resources/views/team/index.blade.php b/src/Packages/Bootstrap/resources/views/team/index.blade.php index 5822d17..7522e7e 100644 --- a/src/Packages/Bootstrap/resources/views/team/index.blade.php +++ b/src/Packages/Bootstrap/resources/views/team/index.blade.php @@ -51,7 +51,7 @@ -
+
{!! $teams; !!}
@endif