И
$category = Category::select('id','title', 'slug')
->where('slug', $slug)
->with('post')
->first();
Size: a a a
И
$category = Category::select('id','title', 'slug')
->where('slug', $slug)
->with('post')
->first();
И
И
AI
И
VR
AI
AI
AI
И
AI
K
$category = Category::where('slug', $slug)
->with('post')
->first();
K
И
И
AI
AI
И
AI