feat: Enhance cost calculator functionality with new cost retrieval route and result display
This commit is contained in:
@@ -18,10 +18,6 @@ class CostCalculatorService
|
||||
$query->where("stay_type_id", $request->stay_type_id);
|
||||
}
|
||||
|
||||
if ($request->filled('program_id')) {
|
||||
Program::where('status', 1)-> where('id', $request->program_id)->get();
|
||||
}
|
||||
|
||||
})->latest()->paginate(10)->withQueryString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user