@@ -28,7 +28,7 @@ class FilterController extends Controller
if($table !== 'reclamations') {
$q->where('year' , year());
}
-
+ $q->whereNull('deleted_at');
$result = $q->orderBy($column)->get()->pluck($column)->toArray();
return response()->json($result, 200, [], JSON_UNESCAPED_UNICODE|JSON_PRETTY_PRINT);