This commit is contained in:
2025-06-09 13:25:59 +05:45
parent 793f6ec7da
commit 88b4725a69
5 changed files with 14 additions and 10 deletions

View File

@ -69,7 +69,7 @@
<ul class="widget-post ttm-recent-post-list">
@foreach($otherBlogs as $other)
<li>
<img class="img-fluid" src="{{ asset('storage/' . $other->image) }}" width="72" height="80" alt="post-img">
<img class="img-fluid" src="{{ asset('storage/' . $other->thumbnail) }}" width="72" height="80" alt="post-img">
<div class="post-detail">
<a href="{{ route('frontend.blog-details', $other->id) }}">
{{ Str::limit($other->title, 40) }}