This commit is contained in:
f4ilji
2024-10-14 14:56:10 +05:00
parent 77b3e3b4b1
commit dd3a0c6ecd
258 changed files with 6548 additions and 1777 deletions
@@ -58,6 +58,7 @@ class ClientPostController extends Controller
->withQueryString());
$categories = CategoryResource::collection(Category::has('posts')->get());
$categoriesContent = [];
if (request()->input('category')) {
foreach (request()->input('category') as $item) {