feat: add career application support for blog authors and expand blog status workflows
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@php
|
||||
// Blog modelinden published içerikleri çek
|
||||
$blogs = \App\Models\Blog::with(['category', 'author'])
|
||||
$blogs = \App\Models\Blog::with(['category', 'author', 'careerApplication'])
|
||||
->withCount('comments')
|
||||
->published()
|
||||
->latest('published_at')
|
||||
|
||||
Reference in New Issue
Block a user