Updated Google Avatar, Admin Features, All Pages with small changes, Filters in Publications Page

This commit is contained in:
tanmaychinchore
2025-12-11 18:01:16 +05:30
parent f81f73d614
commit 54725c2a05
12 changed files with 236 additions and 63 deletions

View File

@@ -142,8 +142,8 @@ class PublicationsController extends Controller
});
}
if ($request->has('is_peer_reviewed') && !empty($request->is_peer_reviewed)) {
$publications->where('is_peer_reviewed', $request->is_peer_reviewed);
if ($request->has('category') && !empty($request->category)) {
$publications->where('category', $request->category);
}
if ($request->has('dateFrom') && !empty($request->dateFrom)) {