feat(blog): blog yazilari tarihe gore sondan basa (DESC) siralandi
This commit is contained in:
@@ -56,7 +56,7 @@ class BlogController extends Controller
|
||||
}
|
||||
|
||||
$posts = $query
|
||||
? $query->latest('published_at')->paginate(12)
|
||||
? $query->orderByRaw('COALESCE(published_at, created_at) DESC')->paginate(12)
|
||||
: collect();
|
||||
|
||||
// Blog sayfa ayarlarını bul (varsa)
|
||||
|
||||
Reference in New Issue
Block a user