This commit is contained in:
2020-09-16 01:42:53 +05:00
parent ea8e27304b
commit adc02dc83b

View File

@@ -28,7 +28,7 @@
@foreach($articles as $article)
<div>
<a
href="{{route('articles.show', $article->id)}}"
href="{{route('articles.show',['source' => $article->source->slug, 'guid' => $article->guid])}}"
class="w-full flex mb-10 shadow rounded-lg"
>
<div