aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/gallery.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/pages/gallery.blade.php')
-rw-r--r--resources/views/pages/gallery.blade.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/views/pages/gallery.blade.php b/resources/views/pages/gallery.blade.php
index cd64b52..de2a13c 100644
--- a/resources/views/pages/gallery.blade.php
+++ b/resources/views/pages/gallery.blade.php
@@ -28,9 +28,12 @@
</div>
</div>
@endforeach
+ </div>
+ <div class="row">
{{ $images->links() }}
+ </div>
@else
<strong class="text-center">There are currently no images in gallery.</strong>
- @endif
</div>
+ @endif
@endsection()