Regioagenda layout en breadcrumbs
This commit is contained in:
@@ -4,6 +4,16 @@
|
||||
{{$news->title}}
|
||||
@endsection
|
||||
|
||||
@section('breadcrumb')
|
||||
<ul class="bread_crumb">
|
||||
<li><a title="Nieuws" href="{{url('nieuws')}}">Nieuws</a></li>
|
||||
<li class="separator icon_small_arrow right_gray"> </li>
|
||||
<li><a title="{{$news->region->title}}" href="{{url('nieuws/regio/' . $news->region->slug)}}">{{$news->region->title}}</a></li>
|
||||
<li class="separator icon_small_arrow right_gray"> </li>
|
||||
<li>Details</li>
|
||||
</ul>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
|
||||
@@ -113,7 +123,7 @@
|
||||
|
||||
<div class="row page_margin_top">
|
||||
<ul class="taxonomies tags left clearfix">
|
||||
@if($news->keywords = ['test'])
|
||||
@if($news->keywords)
|
||||
@foreach($news->keywords as $keyword)
|
||||
<li>
|
||||
<a href="{{url('nieuws/onderwerp/' . $keyword)}}" title="Zoek meer nieuws met het onderwerp {{$keyword}}">{{$keyword}}</a>
|
||||
|
||||
Reference in New Issue
Block a user