v0.10.9 - Added pagination onto guides, washing-reservations, events and news
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user