v0.10.9 - Added pagination onto guides, washing-reservations, events and news

This commit is contained in:
2020-08-19 09:54:26 +02:00
parent 4233a35e66
commit 6934c2d992
10 changed files with 169 additions and 5 deletions
@@ -69,8 +69,11 @@
@endforeach
@if(count(\App\News::query()->orderBy("created_at", "desc")->get()) == 0)
<p class="text-center">{{__('msg.ingennyheder')}}</p>
@else
{{ $news->links() }}
@endif
<div id="snackbar"></div>
</main>
@endsection
@section("scripts")