Link naar NH Media

This commit is contained in:
2020-02-06 11:51:15 +01:00
parent fab9efbdf7
commit 0f2225417c
2 changed files with 6 additions and 8 deletions

View File

@@ -21,15 +21,15 @@
<h4 class="page_margin_top box_header"><span class="fa fa-history"></span> &nbsp; Fragment gemist</h4>
@include('widgets.laatstepodcasts')
<a class="more page_margin_top" href="{{url('radio/gemist')}}">Meer Fragment Gemist</a>
<a class="more page_margin_top" href="{{route('gemist')}}">Meer Fragment Gemist</a>
<h4 class="page_margin_top box_header"><span class="fa fa-fire"></span> &nbsp; Meest gelezen</h4>
@include('widgets.populairnieuws')
<a class="more page_margin_top" href="{{url('nieuws')}}">Laatste nieuws</a>
<a class="more page_margin_top" href="{{route('nieuws')}}">Laatste nieuws</a>
<h4 class="page_margin_top box_header"><span class="fa fa-calendar"></span> &nbsp; Regioagenda</h4>
@include('widgets.regioagenda')
<a class="more page_margin_top" href="{{url('agenda')}}">Regio-agenda</a>
<a class="more page_margin_top" href="{{route('agenda')}}">Regio-agenda</a>
</div>
</div>
</div>