Pressroom template verwijderd, website naar root van repo
This commit is contained in:
10
resources/views/widgets/regioagenda.blade.php
Normal file
10
resources/views/widgets/regioagenda.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<ul class="list no_border spacing clearfix">
|
||||
@foreach($data as $item)
|
||||
@if($loop->index >= 5) @break @endif
|
||||
<li class="bullet_style_2">
|
||||
<h5>
|
||||
<a href="{{url($item->url)}}" title="{{$item->title}}" style="color: inherit;">{{$item->title}}</a>
|
||||
</h5>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
Reference in New Issue
Block a user