penambahan filter by status untuk jumlah task
This commit is contained in:
@@ -250,6 +250,8 @@ class ActivityController extends Controller
|
||||
])
|
||||
->whereHas('userPenilai', function ($q) use ($id) {
|
||||
$q->where('user_id', $id);
|
||||
})->whereHas('permohonan', function ($q) {
|
||||
$q->where('status', 'assign');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user