master
parent
93e4c39d03
commit
e620598669
|
@ -29,8 +29,8 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name":"Produkt",
|
||||
"description":"Produkt",
|
||||
"name":"Produkte",
|
||||
"description":"Produkte",
|
||||
"icon":"shopping-bag",
|
||||
"status":"1",
|
||||
"blade": "produkt",
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@foreach(filterByContentType($mdContents, "Produkt")->take(6) as $content)
|
||||
@foreach(filterByContentType($mdContents, "Produkte")->take(6) as $content)
|
||||
<div class="col-4 col-md-2 mb-4">
|
||||
<a href="{{ route_content($content) }}" title="{{$content->title}}">
|
||||
@if($content->image)
|
||||
|
|
Loading…
Reference in New Issue