Edit search

This commit is contained in:
Le Libre Au Quotidien 2020-12-14 11:09:01 +01:00
parent 6d7c9400cd
commit 91ea5d94cc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="col s9">
<h3>Vous avez recherché : {{ request()->input('query') }}</h3>
@foreach ($contents as $content)
<a class="waves-effect waves-light btn-large" href="/content/{{ $content->href }}">
<a class="waves-effect waves-light btn-large" href="/content/{{ $content->path }}">
{{ $content->name }}
</a>
@endforeach