File tree 1 file changed +4
-2
lines changed
resources/views/components/admin
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
</div >
8
8
<div class =" absolute inset-x-0 bottom-0 w-full backdrop-blur-md bg-black/50 p-4" >
9
9
<div class =" flex justify-between" >
10
- <h4 class =" text-white text-sm leading-5" >{{ $article -> author -> name } } </h4 >
10
+ <h4 class =" text-white text-sm leading-5" >{{ $article -> user -> name } } </h4 >
11
11
<time datetime =" {{ $article -> created_at -> format (' Y-m-d' ) } }" class =" text-sm leading-5 text-slate-300 capitalize" >
12
12
{{ $article -> created_at -> isoFormat (' LL' ) } }
13
13
</time >
22
22
</div >
23
23
</div >
24
24
<div >
25
- <h4 class =" text-lg leading-6 font-semibold font-sans text-slate-900 line-clamp-2 group-hover:text-primary-500" >{{ $article -> title } } </h4 >
25
+ <h4 class =" text-lg leading-6 font-semibold font-sans text-slate-900 line-clamp-2 group-hover:text-primary-500" >
26
+ {{ $article -> title } }
27
+ </h4 >
26
28
<p class =" mt-3 font-normal text-slate-500 leading-6 line-clamp-2" >
27
29
{!! $article -> excerpt (100 ) ! !}
28
30
</p >
You can’t perform that action at this time.
0 commit comments